Memory Pool Memory Pool Refreshing

858 transactions
9.64 vMB
Show Random Selection Loading Transactions
Max Size: 39/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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 710 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (903,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,516 4,516 00000000e5973dd1555a24b4b225ee720329f59b594a118af4d2faf01343f0e5 0.00 MB 1 0
4,515 4,515 000000006bda10ea791cf151d394d1274126da7f0eace8c45f7d95b86373cdae 0.00 MB 1 0
4,514 4,514 000000000936904264b030a2bb864a0b8ac657779c5fdd319a0d683f9571f02a 0.00 MB 1 0
4,513 4,513 000000004a76a6d39a78d55245ad658eae8c760a8a9b03f0969d58db72bc1411 0.00 MB 1 0
4,512 4,512 000000000b7d91723ba148c84f41bdc68104ec0c6f0aa016c03af1d442933eee 0.00 MB 1 0
4,511 4,511 000000002cf45e622b1fc1d3ea00ca5912e5c84a318dab599b771aad592c355f 0.00 MB 1 0
4,510 4,510 00000000023347e389e1cb6ff259a372a9a225d16a4c9f1be38407b2df59f1a6 0.00 MB 1 0
4,509 4,509 00000000a2baef5673b156e0b40eef0240a785f4967afda70904d9e6f86db133 0.00 MB 1 0
4,508 4,508 00000000444560afc442ce62c314235ab271c0c35de2af1ed70e9a63d7e5700a 0.00 MB 1 0
4,507 4,507 000000001ac1155d821860dc936287ea66b5d3b7887de59698206ec9d39a8e02 0.00 MB 1 0
4,506 4,506 000000001af2bfa1fa4b191ab86de3d7784789d575646229de07f1521082a8c7 0.00 MB 1 0
4,505 4,505 00000000891a3d652c9c3a3d0c815014c0adeab2c8b88798b829b37e8aac5892 0.00 MB 1 0
4,504 4,504 0000000038ca7e407db23d4542eabd4f47ddcd6f4b2267c921a173cee43a7598 0.00 MB 1 0
4,503 4,503 00000000d253ee01216f001ccfac69a958eb4156424f05f4fe4bb0507bb87650 0.00 MB 1 0
4,502 4,502 00000000d16cbccbf3efd887605b96cfd70e4d4491dbbeb7e4f2d4114c1dc935 0.00 MB 1 0
4,501 4,501 00000000dbae13c4a1366d42db3967b7cfc7604675cbe8be06ecd08ca7fb97b4 0.00 MB 1 0
4,500 4,500 00000000015a64948e4248f08bae4f0e9754dc7a747b10eae2ba603d21dcf718 0.00 MB 1 0
4,499 4,499 0000000050c46d4833d128cf84ba49e595e389f1f2c6d28b97f7ebbb4d5edf66 0.00 MB 1 0
4,498 4,498 000000007c35b2d43bdefded7668d3a536b09f1e19d2f351e5b73a11ec270176 0.00 MB 1 0
4,497 4,497 00000000c94e438458009b3346cebf828340194fd92d26aee934029f0b1fa28c 0.00 MB 1 0
4,496 4,496 00000000cf9592ca3b247cc8298ede221174692fc3e4bdff34825223cd6a40b6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,692.97 GB sent, 98.44 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.