Memory Pool Memory Pool Refreshing

17,478 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,386 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (8,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,044 899,044 00000000000000000000fb46de1d13dbfb9a6180345db00948dcb279fd1829f5 0.75 MB 1,165 1
899,043 899,043 000000000000000000023fb8badb203165b88da2829a21bdd5b6ff5a5e7a3a6f 1.50 MB 2,602 2
899,042 899,042 0000000000000000000101487d05d248edc49e017b4bbd9128789904f06478ef 1.49 MB 1,243 1
899,041 899,041 00000000000000000001cb9471c50fd270ffdac68b5b13d10984492f8bc2c61a 1.52 MB 2,562 4
899,040 899,040 00000000000000000001edd1dc05340b7c54adc989fb0a3480b89599d3e3cde4 2.13 MB 1,542 2
899,039 899,039 0000000000000000000219847634a272f98e69126957bc8ea3fdf90e7296c818 1.85 MB 2,791 7
899,038 899,038 00000000000000000001d1697e5254ff973bfcfa2e581c30bc2477df768ce6c9 0.74 MB 1,413 2
899,037 899,037 00000000000000000001758d517a4ec972082d6d9500975b06f928eba38fd61e 0.26 MB 296 2
899,036 899,036 00000000000000000002103d0ece1bc011bf27172dd47f3c6da75cb2640b5eec 1.54 MB 2,330 2
899,035 899,035 00000000000000000000c141015f094eff6911f4fcabeacf93de67aa0673e126 1.66 MB 1,544 1
899,034 899,034 000000000000000000022a90d3bd1e5f6a56285bb21b0034300c398c3d3d7a37 1.54 MB 1,865 3
899,033 899,033 0000000000000000000071de8a51d48119b79a4106b19e0a31d4034522cfe1e8 1.51 MB 2,981 6
899,032 899,032 000000000000000000021ff4fc297b5770a0ad7de3532265860901745072c335 1.50 MB 2,889 3
899,031 899,031 00000000000000000000680c08a18617baf42ac4d2d95503b192b2f1e3f19823 0.29 MB 705 4
899,030 899,030 000000000000000000023f9f12ab6f360e498ac5496c8b044966e40da177f07c 0.63 MB 1,512 3
899,029 899,029 00000000000000000000dd1103a56cfc03b8d3629f9ec0a6f9d54fcbc84e1452 1.42 MB 2,787 1
899,028 899,028 000000000000000000021ef16b10a5ddca374182ffe03e893c6188d85768e49a 1.53 MB 3,110 4
899,027 899,027 00000000000000000000bdc2138549cb3bb2007cd5bd5d809e55e1194572a6e5 0.44 MB 645 1
899,026 899,026 0000000000000000000096613787df7c913653005c38efeaf62d7db4d28bdc26 1.46 MB 2,465 3
899,025 899,025 000000000000000000021f9a893955b86021fc2156f939293ad371ed4ea8ddd4 1.51 MB 2,518 2
899,024 899,024 00000000000000000000b6081b470d3deeebfbb3b07d38154f6ca312bc7de774 0.07 MB 180 3
Previous 10 blocks ↓
Total Size: 769.02 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,623.70 GB sent, 92.98 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.