Memory Pool Memory Pool Refreshing

23,770 transactions
25.50 vMB
Show Random Selection Loading Transactions
Max Size: 147/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,070 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 1,757 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,069 (115,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
746,119 746,119 00000000000000000003080b7e3e7021e6dd2f4994846235b32146f33886ecea 0.00 MB 5 70
746,118 746,118 00000000000000000006e1e2e6c580d6d1f153c87a05586aaa2012ff11dec952 0.11 MB 240 19
746,117 746,117 000000000000000000005628bbe6c43250260f111fc89d99d6e463af0da4bfb9 0.42 MB 669 12
746,116 746,116 000000000000000000008d79834efe90a7c8aaf07452a4f89d6daef801424211 0.51 MB 997 13
746,115 746,115 0000000000000000000694b930fc2adcd60d87c144fa4dc6b52de3f32b685ecf 0.17 MB 301 11
746,114 746,114 000000000000000000023c50ef31bf4a0fa44921675c8aa21bd6e86f3f97cf23 0.94 MB 1,080 10
746,113 746,113 00000000000000000001985c680e2859aa1dc20e837d29fc5f6d11783a5131a9 0.28 MB 625 19
746,112 746,112 000000000000000000096963eae7959065fc1089413cf4f355f0c3cafd6b3321 0.71 MB 1,628 16
746,111 746,111 0000000000000000000a10567b22c13c5fbfce3660d7108c64c8aea2ef25ec55 1.50 MB 2,105 11
746,110 746,110 00000000000000000005763ce2924dbb85d75b460d1ca5664b08189773391ac8 1.80 MB 1,806 11
746,109 746,109 00000000000000000002f06009ff2bbc55ec0df2e97a90dd053a3206c87ee46c 2.08 MB 550 3
746,108 746,108 00000000000000000007c8d63997d8f438033d6f2616cd70dd24bb51021bfbc4 1.43 MB 2,166 15
746,107 746,107 0000000000000000000964c7d70fece0d1913a849c6c73cea5061db14cb98a7d 1.68 MB 1,953 11
746,106 746,106 00000000000000000000b2d9abb26007f2d228b133bbfa3b240e564e8aba92b7 1.47 MB 2,423 17
746,105 746,105 0000000000000000000972c4970d27e68d69b7dd4787f9a1a57eefde2a523fe2 1.63 MB 1,667 14
746,104 746,104 00000000000000000003cad2487008a5f9f6aaec505287bf57178c4c3d0e75ff 1.81 MB 1,120 3
746,103 746,103 00000000000000000007de6ee2b59198eb949ebfc7182c4c59b047f076e2cfa6 1.48 MB 1,604 14
746,102 746,102 000000000000000000097d3146e3aa6c1794b2429def1f62dedae4d2f5576133 1.42 MB 2,407 22
746,101 746,101 000000000000000000020abe0a39c96a4bdb849a6e9ce353dd35633309fe83db 1.24 MB 1,242 17
746,100 746,100 0000000000000000000215fd85c9f4f30f0c5df846c9d8bff3455a792d2638bf 0.42 MB 785 16
746,099 746,099 0000000000000000000210b8cf5588a737527e5b1f04275f76a6fd8b5bdde10e 0.44 MB 836 16
Previous 10 blocks ↓
Total Size: 684.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,332.97 GB sent, 100.28 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.