Memory Pool Memory Pool Refreshing

12,428 transactions
3.61 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (8,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,820 898,820 0000000000000000000192b7b601121adb22aa5bb8679eef1b52d049cf02913f 1.58 MB 3,739 3
898,819 898,819 00000000000000000000d19f715eab49eb518cde803b0983f2613c5c899cdc18 3.29 MB 523 1
898,818 898,818 0000000000000000000152fbd217d9a42d3bc3edaa23fe2bb23bf5e5f5e7d74c 3.38 MB 741 1
898,817 898,817 0000000000000000000142d1c1252c37947ef6515e0c410180a4b92ac657122d 2.87 MB 1,498 2
898,816 898,816 000000000000000000016eeae47ca4f0974eeab146e39a13d92efc967a90e295 2.82 MB 1,682 2
898,815 898,815 00000000000000000000f8206ed0b24af4ee45175fd865839a3a7bd2f5fdc96a 2.62 MB 2,340 2
898,814 898,814 00000000000000000001179d7432672e4f4370c0c40330bd88fdfed9ef2312e3 3.66 MB 667 1
898,813 898,813 000000000000000000000fb28c5e0aa728a6a4186576060b2abffafd5cf59732 1.65 MB 3,027 2
898,812 898,812 0000000000000000000090445c26385711d672482d500a2c7ddc2b5b7e4d7c0a 1.64 MB 4,677 3
898,811 898,811 000000000000000000011fee18c76a4d148ec1b19319f002bbb0308bf4c28467 1.64 MB 3,170 3
898,810 898,810 00000000000000000001383c1c2d2ddee6e0308f5e986014ae2b13f4b5e94ee6 1.33 MB 2,823 3
898,809 898,809 000000000000000000002b5172b56255fe76057fea57f9e6899ac11afcb9e809 1.51 MB 5,910 4
898,808 898,808 000000000000000000005ac242bcdcc91b0206dfa546b81b6c3a64ed2eafd41e 1.52 MB 6,016 5
898,807 898,807 00000000000000000001accf9a3494fcfcaeca81a655500624f465590a38e485 1.55 MB 6,128 4
898,806 898,806 0000000000000000000153754dc93b207cdc79fbf57fe8dd8724f55995b61c4c 1.54 MB 4,556 5
898,805 898,805 000000000000000000010bfa94a2c1be1f44ef7599267cf7a3421ab4f8c8ce72 1.51 MB 5,462 6
898,804 898,804 000000000000000000016691c67ac35776d29543223670fa89efcf6abbb483f9 1.46 MB 5,433 6
898,803 898,803 0000000000000000000137a8793d8893568a0b115756c2a21c19e05b1ba7c5df 1.44 MB 5,891 6
898,802 898,802 00000000000000000000f19a3ebbbee252c95f470351d0276dd069f329ff00e5 1.45 MB 5,379 6
898,801 898,801 00000000000000000001be5576663c37573fda0017e7627c66125433be1b7bda 1.47 MB 5,885 7
898,800 898,800 0000000000000000000044e2f615e8f5abbdb807f020de9fbc7ad4b05ea9c5dd 1.47 MB 5,358 8
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.30 GB sent, 92.90 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.