Memory Pool Memory Pool Refreshing

10,416 transactions
4.70 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,351 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (594,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,893 312,893 0000000000000000281a4ed1ea20cb77d3ebc7459ac0fef1369c9c2d1acb8339 0.75 MB 2,094 41
312,892 312,892 000000000000000031a5a826c236c231ca9ba7a9af38512234e8824a46fdac0a 0.26 MB 511 27
312,891 312,891 000000000000000003563d33219426251c075d348ca661fe8c4687b6e266093e 0.35 MB 708 29
312,890 312,890 0000000000000000384a114322a707488d70fada733022eb2639586c2d08f3cc 0.03 MB 47 32
312,889 312,889 0000000000000000121a692b54d65605b10bb1ec71c57303f6dcc202d968522c 0.70 MB 1,098 26
312,888 312,888 00000000000000002305e1bde863c51a79482342877bd702694a2c064e53b3d2 0.10 MB 196 31
312,887 312,887 00000000000000001e2826d88b735a91a5216c122c4f80553fd731503eba17e1 0.41 MB 813 28
312,886 312,886 00000000000000002a7d795e8cd5cff85edd4080bfc3d61d4c2d37b90b95e1c9 0.08 MB 174 26
312,885 312,885 00000000000000000b1a0942dde7cba151fb3f219afc940bde83af06f1436780 0.46 MB 801 27
312,884 312,884 0000000000000000205c40e79b1a6a1c14d4624a42ed8e542212ca2d6a84d607 0.04 MB 64 30
312,883 312,883 00000000000000001fafe5fcb0cd0cec1975ef5b49629d964e963b5b811261b6 0.05 MB 105 28
312,882 312,882 000000000000000033c1c985ba49046026a9303d1081d661b73018cd94139795 0.40 MB 715 29
312,881 312,881 0000000000000000130deb8cd605280eb772f0ccc64ad993b1ebc51cb5dbadf4 0.13 MB 310 32
312,880 312,880 00000000000000003662ee463b2e46627e8a91a5ab79a1fe56566d2e378c4e95 0.10 MB 199 32
312,879 312,879 000000000000000016008e44d85005130b6bb79a9c2333d07260959f2e1283a1 0.54 MB 713 20
312,878 312,878 000000000000000001f0814677db1e80dae10378d533e645ba543e4a66c7dacd 0.92 MB 1,915 31
312,877 312,877 0000000000000000263586982fc22b8cf2bff8bfd097095352a97645d93e09c5 0.28 MB 462 28
312,876 312,876 000000000000000018c14b8330204589af882bc92d1f63587a513e6f825f5397 0.52 MB 941 27
312,875 312,875 000000000000000022ae0de7dda3b46e61b7ed7d859cd9be69a59b3e1a6757ca 0.23 MB 407 24
312,874 312,874 00000000000000000c06031d2e5a06f2cad4a61582c2e8d9fcd45e8ddaa2496a 0.18 MB 227 23
312,873 312,873 00000000000000003543b3ae589d9b5e17321e0190491832b011a6eb2d79d8e8 0.17 MB 309 27
Previous 10 blocks ↓
Total Size: 769.03 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,625.74 GB sent, 93.04 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.