Memory Pool Memory Pool Refreshing

5,344 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,837 (10,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,525 897,525 000000000000000000009697df15df282e87675acdeb6a01341528a5f6779bb1 1.51 MB 5,151 4
897,524 897,524 0000000000000000000086299588bac936a090d62017dbce17a7dfee8204c6f3 1.50 MB 5,232 4
897,523 897,523 00000000000000000000c8df4bf2a6d3ef3fdfc55cacfc44bd0eb127c8ae8df2 1.49 MB 5,437 4
897,522 897,522 00000000000000000000d8662b29e25613ca22a95b3c8e645b57521c18c0b5f5 1.51 MB 5,327 4
897,521 897,521 000000000000000000011d7b791ff743c033e5395f7446bd6b8fc4ef43f78204 1.61 MB 4,515 5
897,520 897,520 000000000000000000009de5614db5a58f3baaaf4596751bfe3377d070dc2cd7 1.46 MB 5,490 3
897,519 897,519 000000000000000000013e19b96ec4d9799c4a65fe96609d2941c30b33574733 1.56 MB 5,455 4
897,518 897,518 000000000000000000006ca55579c2f1b4f3decd53487671d7da5f75d983d759 1.62 MB 3,940 6
897,517 897,517 00000000000000000000a743b3038e2c34fd9b37edf6569a30a4840296f3967b 1.59 MB 4,797 5
897,516 897,516 000000000000000000002d48301b037d8e5c3acd76d608ca636e58e31422f8b5 1.55 MB 5,075 5
897,515 897,515 000000000000000000006d6befd67d27617e53107e9afac9d9047e4c2e69c2a2 1.76 MB 4,337 5
897,514 897,514 0000000000000000000224035d5d56ddd5fbd32967091dae83c62132057073ab 1.50 MB 5,819 3
897,513 897,513 0000000000000000000009ce1a88e24af4ffe709dc1f68ce1e4491eee2414a40 1.78 MB 2,987 6
897,512 897,512 00000000000000000001d97da389ddc1e1fd0bc6d372467b2fad353b20e1ae21 1.63 MB 3,354 6
897,511 897,511 000000000000000000019781bddac44368111bd0238103892617150bc8fd00dc 1.60 MB 5,081 4
897,510 897,510 0000000000000000000035d95f637500a9ad1d61fb3fd831954240b3fa565323 1.58 MB 3,550 7
897,509 897,509 0000000000000000000018ef3b12c7853b9acd17e956ff9fb419302dcfb75a30 1.53 MB 5,709 4
897,508 897,508 00000000000000000001151c971f6c39f29134458a7423fd745b1b6d034dfdfd 1.53 MB 6,016 4
897,507 897,507 000000000000000000008a5e179aa211053d450bcd59bde90b5d20dd97b044a2 1.56 MB 5,277 4
897,506 897,506 0000000000000000000237725e3b0685b1a15760e18da5a5a99ebf118d042bba 1.47 MB 6,531 3
897,505 897,505 00000000000000000002099a84ad63506f8d34e4df9c9f82c25ac26809916a66 1.61 MB 3,928 8
Previous 10 blocks ↓
Total Size: 769.24 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,634.96 GB sent, 94.11 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.