Memory Pool Memory Pool Refreshing

61,566 transactions
38.38 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,123 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,070 33
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,122 (491,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
350,530 350,530 00000000000000001111231fd18bd00571bd6db2db2d1eaf66a2308e2f01974f 0.75 MB 1,492 29
350,529 350,529 0000000000000000006d9d5155a744d165a407d6bbd83484702ed24953a0f9a2 0.02 MB 64 35
350,528 350,528 0000000000000000170c88f45b9db10d78c034e7b2af10549ca0edab309efb36 0.47 MB 860 26
350,527 350,527 000000000000000016af979d0b88b2788c764c43f0748a0cc715ef7fa9beda59 0.22 MB 252 19
350,526 350,526 000000000000000014a6a961bb6f7b87108c8e78c86d4330fa862ba4143e309d 0.07 MB 131 25
350,525 350,525 000000000000000000d4cd859dafbe811dbc0ef9657dcb1424d4ae3c91bfd26a 0.11 MB 215 27
350,524 350,524 00000000000000001604bb1099e81ebb6d2f0c69bce33a8aa6c6b0584483821c 0.21 MB 301 17
350,523 350,523 0000000000000000047735996af8bb33e3843fd2b90f09af45490a1e12b76e27 0.44 MB 812 22
350,522 350,522 00000000000000000744d7e0a2147677b89d285629fa247f375829735c1bf07e 0.44 MB 839 25
350,521 350,521 00000000000000000718caad08dc35af441025085c63dd73e3bba8f632536d28 0.05 MB 100 29
350,520 350,520 000000000000000005ba69c08fdb7c6a4ebc718f202c7a2d508fdde5e30b22e5 0.06 MB 107 22
350,519 350,519 00000000000000000fe197c55f3aa28e1e5d39e68b77cc4ed531b0b7ae0330f6 0.50 MB 970 19
350,518 350,518 00000000000000000f7e5cdb3aaf0a7a1b54de6e6430ac3032af70f75dd9c36e 0.62 MB 1,155 28
350,517 350,517 000000000000000013635a596983c03d58472719c10782a446bbdd38a7a9b297 0.08 MB 154 25
350,516 350,516 0000000000000000108769db5714fe66aabed6ac75adf7e28020cff350b8487b 0.15 MB 369 13
350,515 350,515 0000000000000000151a0d22b4e6abeaa556a9c8cc2c41d097841f18e918c8ac 0.18 MB 358 26
350,514 350,514 0000000000000000157eee13f2d54d026688b0cc0bbdf40f297b2dc26dfba580 0.58 MB 927 26
350,513 350,513 000000000000000001987da29f1f64adc16d3c6188a1ce678435a66c856c5323 0.09 MB 210 25
350,512 350,512 00000000000000000b9c4f00a01cd9a404aeab32c838333167d8c3e9a3a162ee 0.23 MB 410 28
350,511 350,511 000000000000000000d935ac28312bf9ec645758d32f90dd22443bdf710169de 0.17 MB 268 20
350,510 350,510 00000000000000000586ce40ab55f1b5e312455436466c3ae5a3864b145a0dd9 0.66 MB 970 17
Previous 10 blocks ↓
Total Size: 646.97 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,441.99 GB sent, 42.02 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.