Memory Pool Memory Pool Refreshing

9,623 transactions
3.87 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,722 (695,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,813 211,813 00000000000003ea49c7d5432cb3cbb99ef3c9d483e19b7662de8c2d673277b3 0.05 MB 131 61
211,812 211,812 0000000000000372b5d37350297f8aa5d5ab26b2a3cbfe1fa94ea7c4718ba52e 0.25 MB 749 362
211,811 211,811 00000000000000c1994d20266cb6c61ac03655b1297b204b59e344f31503c597 0.04 MB 33 92
211,810 211,810 00000000000002c672991adf26119324860113d894e641a18b21303622e86fd2 0.06 MB 115 120
211,809 211,809 000000000000042c5c3b91a0a5e440c04233b9988dd1a72e772cbb9791f893dd 0.12 MB 220 146
211,808 211,808 000000000000028775ecb24a13544a05169c3badf88bd94399436ffe18e03c32 0.02 MB 50 39
211,807 211,807 000000000000030984bb1b099352e91f95aba9ff3714c7d24bf3f1da89d2bb69 0.01 MB 28 380
211,806 211,806 000000000000020c6c3628197acba85a51a2d183bd6a3e46510195bd523b22c6 0.17 MB 328 150
211,805 211,805 00000000000002c4cc4f055fcbf45923b7b2e11e955b28cba7a2a909ea9a934a 0.00 MB 7 6
211,804 211,804 000000000000033be502709f98e0e6c27248670ef2e66e20c788978da678b030 0.25 MB 578 188
211,803 211,803 000000000000017e86791e162e93ad44a0b564653022941d1add91360bcfeac6 0.11 MB 219 156
211,802 211,802 000000000000048defbd4a5f203e977ca8ddebfa2fe8874119fd7edec958e46e 0.30 MB 533 136
211,801 211,801 000000000000030a2d82a1e18eccd93043de4f4be2c307455fae30635f1ed602 0.09 MB 201 170
211,800 211,800 000000000000037c3faa0f2a33863377e7b396cae6d8523702370cd3b8dff835 0.05 MB 75 179
211,799 211,799 0000000000000355b10f0f0a841190bd1da12637e1aaf6b4e0b29d48f710ee41 0.00 MB 9 53
211,798 211,798 000000000000025b26a81a2deb84051c962c49769d440484489dcf15ad0938e8 0.10 MB 153 92
211,797 211,797 000000000000021b9080a41b8eaed40d9c38f0b782344fc469084ec47639e8d3 0.05 MB 118 129
211,796 211,796 00000000000004b54ce5471668481da1d2fc4cca2122ff273a65a0e088f408ef 0.11 MB 259 443
211,795 211,795 0000000000000093289482bbf08ba758a2b2049b9451ba3c3043c3a598384c10 0.08 MB 170 136
211,794 211,794 00000000000002034dd6edbb0b5fef0951b9f1f49100e813494106f27f692549 0.02 MB 37 109
211,793 211,793 000000000000027c28469363798e263850ac6888148f588d0685c19ef162c1c6 0.14 MB 285 163
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,624.74 GB sent, 93.00 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.