Memory Pool Memory Pool Refreshing

14,066 transactions
4.47 vMB
Show Random Selection Loading Transactions
Max Size: 27/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 1.00 vMB 4,297 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (208,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
699,508 699,508 0000000000000000000ff3773303252aa42a3bb28058fbb5dd8c1d58abf8d18d 1.48 MB 2,633 29
699,507 699,507 0000000000000000000f6226a82d8d54e29101d2c3029b76276388dade2c3012 1.50 MB 3,130 5
699,506 699,506 00000000000000000007a2f56b54975624c94e9107837e73f6184f5309842987 1.43 MB 2,603 19
699,505 699,505 00000000000000000004a7157b91b00b8a42979068194f89ad9d279e0812d257 1.46 MB 2,473 29
699,504 699,504 00000000000000000009c16d8cf0c84d8d1dd54dcc8cce3aa33b1a863d8e2a7a 1.63 MB 2,634 14
699,503 699,503 0000000000000000000df9c911625d30494bc0dcb244d5756ac5ee46ba7d4980 1.49 MB 3,116 6
699,502 699,502 0000000000000000000ca1bc7580a74da052cff0249d3a18952e41d1e1ae445c 1.47 MB 2,926 18
699,501 699,501 00000000000000000000c4bb0d54745484ae5f9be5aec79d29b94d31122597a4 1.38 MB 2,411 51
699,500 699,500 0000000000000000000f27b56c49439cea8e5899bbd4211e567742aa32fe5d19 1.18 MB 1,102 1
699,499 699,499 0000000000000000000312ec2d9a1d9f1e9bd7d134c123280f8f82c36b25d194 1.50 MB 2,551 199
699,498 699,498 0000000000000000000262a7149b32d5532cf4e9a6cb0336064b1da7aa8843c1 1.50 MB 2,392 10
699,497 699,497 00000000000000000005747fb653713756a941c8eacaf888dc748fb045436e7a 1.51 MB 2,776 18
699,496 699,496 0000000000000000000efcbcf43abe56828524f626138375f41620e55c7f7ca9 1.40 MB 1,995 1
699,495 699,495 00000000000000000000f21792aecedbde429ff5dbdfbae683e34355cdf47384 1.39 MB 2,327 17
699,494 699,494 0000000000000000000aa9f31dce3fe04135cabc44439232ae5311f3bd4d5e04 1.61 MB 2,289 26
699,493 699,493 000000000000000000062194d5b34712bdc64a78c794ac9b4eabbacd5d5a3afd 1.27 MB 1,141 10
699,492 699,492 0000000000000000000f0b6947e2270411890ee9b2438f9324aee8eb491f4370 1.54 MB 1,745 10
699,491 699,491 00000000000000000005688e13677889920d99aafba5424213c64fb5283a9883 1.42 MB 1,855 12
699,490 699,490 0000000000000000000ddad8dc59aae6b439d1cd2f525547884b150eefba5c23 1.30 MB 1,711 4
699,489 699,489 00000000000000000006d54d83732744133cf52813edc567a366e443923e3120 1.43 MB 2,455 14
699,488 699,488 0000000000000000000dd7cd192110e5101668e73c959b88eacc78f8b5784d1b 1.28 MB 1,347 12
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,622.94 GB sent, 92.96 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.