Memory Pool Memory Pool Refreshing

44,078 transactions
51.30 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,104 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,324 36
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,103 (433,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
407,448 407,448 000000000000000004ef2efdb958875b26fa57dfec5223d755d18bbcf22c4d44 1.00 MB 883 23
407,447 407,447 00000000000000000147129ccd12b9fdf084799b1baa19bf52b0baaa21df799a 1.00 MB 2,320 48
407,446 407,446 000000000000000004b472d3de1e0527cecd6501c8a649cd311d3f4f5a47affb 1.00 MB 2,499 54
407,445 407,445 00000000000000000589f85f0c7d127a05cb13c8a6ab3147ddbe6ef6d2e7635e 1.00 MB 1,350 28
407,444 407,444 000000000000000002cf90da5d1ec1f87de03fb8ca91a815d466bfa86b448a34 0.99 MB 2,097 42
407,443 407,443 000000000000000004eebdfee8ba9e5407a50a0053eb717734dbbe456a702af3 0.99 MB 1,641 31
407,442 407,442 00000000000000000323a726ac71830a71d5ceac926bc414c1b890d9e759e3ca 0.99 MB 2,800 48
407,441 407,441 00000000000000000490096c1de8dd56b493cfb379d78d0dc8679e8ecd786c13 1.00 MB 3,035 60
407,440 407,440 0000000000000000007bca32dd240aaf471279d39abdb4fd7851e93e5afccbc3 1.00 MB 3,362 110
407,439 407,439 0000000000000000000e523a1b9337bd22a9a6f563f7d6fbcaa2d9227aa6eca3 0.99 MB 608 16
407,438 407,438 000000000000000001bde663eb0d6ee0d55d7aeb29e7827d0034aa218767ddab 0.92 MB 1,798 42
407,437 407,437 000000000000000002b65f5c3ec5baeb4e89aa6c127017c091550f7ad5972aee 0.98 MB 1,002 24
407,436 407,436 00000000000000000008cef4b184464a90e71fc35f2a8c7fcf1c5cd4f00dae23 0.90 MB 377 15
407,435 407,435 0000000000000000052d26c2839386ddea15f1281bb1ec4465fbed56f64107c3 1.00 MB 621 19
407,434 407,434 0000000000000000028ded52c620d875064a8bcd9413a1f6c819f7e3909c3545 0.93 MB 2,532 55
407,433 407,433 000000000000000005eb2bc1096ca60f083d89377542496407719db114a0be35 1.00 MB 790 24
407,432 407,432 0000000000000000061efeef787278532af534edf2e60115ef4b7d1a4c77f90d 1.00 MB 1,996 44
407,431 407,431 0000000000000000003ba2910e971bee3abd0795852eded209bfafb7f60e7b9a 1.00 MB 2,051 61
407,430 407,430 000000000000000001f4239a63d3fe875ab3fc3da0ac14ce165a5302f03263bd 0.99 MB 1,531 38
407,429 407,429 0000000000000000035f3ed906e5074024192d64573d0a227be8a471b213a048 1.00 MB 2,331 42
407,428 407,428 0000000000000000036a5e3dbe79b787d29610f7d01d0d8e58817a8c3644d172 1.00 MB 3,007 54
Previous 10 blocks ↓
Total Size: 645.08 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,192.06 GB sent, 30.39 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.