Memory Pool Memory Pool Refreshing

10,313 transactions
3.24 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,284 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (95,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
812,356 812,356 00000000000000000002303ff661f77baeed038efc243693a091a5871c7a3d80 2.17 MB 86 1
812,355 812,355 00000000000000000000a4965e12d4614ac1409a0ef3f7ea9a70ff998e757181 1.82 MB 1,263 6
812,354 812,354 0000000000000000000133f7765fc15142d62e29f9eb3efccf7d86333285b23a 1.88 MB 961 2
812,353 812,353 00000000000000000002814d266b177e565a9fc932a94de86188bb88fb523cbf 1.61 MB 2,885 13
812,352 812,352 000000000000000000029c5be2c931ed6662565749229c4508efc9b863e894fe 1.46 MB 2,631 12
812,351 812,351 0000000000000000000240fd1f645da6366912c979d02fe3769cc56422e74afe 1.87 MB 2,089 8
812,350 812,350 00000000000000000001a3e0284add9c1ea409496294fc249a659e72c223d88e 1.85 MB 2,185 5
812,349 812,349 0000000000000000000250d5e69fc1ef09407be0811b618895675772c25a6926 1.55 MB 3,580 17
812,348 812,348 0000000000000000000351b39fe3e4fb89c73500b9b0503a76f1cb2485960bad 2.19 MB 155 1
812,347 812,347 000000000000000000020b35ed666bfb1dbf5ed1ea2b4baedee6d179bacad7f0 2.11 MB 468 3
812,346 812,346 000000000000000000028d3e41df5604ab9fd64e088d6abc52edb801733fa1d7 2.17 MB 183 1
812,345 812,345 00000000000000000000be714343a77f56af9599d8f477e8d0b00a617a7ba85f 2.08 MB 943 3
812,344 812,344 00000000000000000002e14756ee1ae6e6bf23834e505844bab56e57f05efa10 2.01 MB 1,393 5
812,343 812,343 0000000000000000000253104fe44561206baf294cb45d819a4692a4f26bfcda 1.89 MB 2,297 7
812,342 812,342 000000000000000000016204681e1d252ac9791a08bf173e7fd59edcc6b4e600 2.12 MB 2,479 4
812,341 812,341 000000000000000000007343aeeba84f93fabc73f28931ad72c194db2505a984 1.62 MB 1,634 7
812,340 812,340 00000000000000000002d4dad15162fd20221de603206a47f1ba4e1f26b3df26 1.53 MB 1,989 10
812,339 812,339 00000000000000000000950164362798e09b0a4d74f7a7c2d347997dcce1e468 1.49 MB 2,705 15
812,338 812,338 0000000000000000000142ad6abae33027bcdd519f5786372a14544b772863b3 1.71 MB 2,330 8
812,337 812,337 000000000000000000035386d68b227742b2800eab2d87fe6c791e2fb5617c05 1.43 MB 2,302 11
812,336 812,336 00000000000000000003c6fc699b6431b33417cb3e92940b17ae8330dd647896 1.70 MB 1,442 7
Previous 10 blocks ↓
Total Size: 769.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.05 GB sent, 94.13 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.