Memory Pool Memory Pool Refreshing

74,480 transactions
29.42 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,345 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,741 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,344 (522,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
323,532 323,532 00000000000000000468a6ef5b687464115d050386dab63cf28ce3bb45537f33 0.12 MB 140 15
323,531 323,531 00000000000000000859562612638165b32d6fea3b70971e657751a3437726dd 0.61 MB 889 24
323,530 323,530 00000000000000001c0e5a4977c82cb9f99330bc57e8e11ee11ae25093714cef 0.61 MB 1,008 28
323,529 323,529 00000000000000001e221b040143574812957b2c7b4483053f6e7e7f57a93afe 0.51 MB 929 27
323,528 323,528 0000000000000000022c53dc979383a4bbb285dd94922953dd3e6983187d1354 0.13 MB 194 20
323,527 323,527 000000000000000002163cf6c40087e593700aca1ad80bff2c8aa69674df32bd 0.08 MB 132 11
323,526 323,526 000000000000000010fe6636378d0d6db2197464083baa3d8de827acd73d1367 0.29 MB 437 26
323,525 323,525 000000000000000013532c51cca3be9e936f70bd239dc804ee77cfb4509b9f1a 0.63 MB 1,063 29
323,524 323,524 000000000000000011d2b2d6a2184bc37defd2ad311bb4a58fd3d6d479a2eb67 0.56 MB 1,104 30
323,523 323,523 000000000000000001abf364257d0b7eb187e92cf3f7ac286f278d8189864079 0.29 MB 482 24
323,522 323,522 00000000000000000aa155da580ba3aae84530e795863eff4b1fb7da4c245fcb 0.47 MB 777 26
323,521 323,521 00000000000000001580903b74810df15fd6d0799de8e68349c17790a5c9fbfb 0.19 MB 243 24
323,520 323,520 00000000000000000697a04b4f9707dfcba07bbe3d63203f1e9310f05a9cb6cb 0.31 MB 507 31
323,519 323,519 0000000000000000073845c8b0efb1efd7db84c2d56cd50412a38e6532beab13 0.41 MB 605 22
323,518 323,518 00000000000000000a4d58b54cd59e53e1cff569595a91be96093e5cc05772e4 0.14 MB 217 16
323,517 323,517 000000000000000008893e6e695a7a83893def346885c8d2b2199b97cf8899b6 0.61 MB 881 32
323,516 323,516 000000000000000001419a552b1e6fb5fdcf149ca971e22e51699a39397c0886 0.63 MB 1,006 26
323,515 323,515 00000000000000000b4ca51a9113c634dd7a109862f05e214f85e2e52f8b4d66 0.07 MB 72 3
323,514 323,514 00000000000000001a5936a7b26c9ba371dc228dfe66032fe560a9055798cb27 0.55 MB 983 36
323,513 323,513 0000000000000000040ca7a1c2b78415a1232099d4babb6db8a9d3974037bd3b 0.04 MB 50 6
323,512 323,512 0000000000000000193e6428b82195fbde1fbb8ddd203fcee03625738969f0c8 0.48 MB 843 26
Previous 10 blocks ↓
Total Size: 654.84 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: 9,413.31 GB sent, 91.96 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.