Memory Pool Memory Pool Refreshing

8,421 transactions
4.30 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,806 (592,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,455 315,455 000000000000000032c74da85ac47e0de96c6e5611cd47506ac1e9740cfbe652 0.36 MB 662 27
315,454 315,454 00000000000000001b96fbb97ade0c794c41dd62e9647bc5dcba7d3b98f3e09b 0.35 MB 325 14
315,453 315,453 00000000000000000c1471b83b380018a176bc0b05ae4872ce28cda486a54cd3 0.75 MB 1,964 37
315,452 315,452 000000000000000020fe2f37aff45f94cc20972d517cb01ad22d21246417f992 0.13 MB 215 21
315,451 315,451 000000000000000021aeecc06d29c552cb4a42fc26488b0bcbd788b35fdf99e3 0.56 MB 1,181 29
315,450 315,450 00000000000000003611a1d7f13d43280b6795f4ecd1640ccf436ac042cd25f7 0.14 MB 249 21
315,449 315,449 000000000000000032a5ae55a01d1bbb864694e75e807e105e80af213a81705a 0.31 MB 556 27
315,448 315,448 000000000000000033793133c91741b90df5d81d7f374dbf7ce8db7a20541fe9 0.61 MB 1,107 30
315,447 315,447 000000000000000001b1eee1b64b842b14004368adb38bae72a46e083f0d4e3a 0.21 MB 269 13
315,446 315,446 00000000000000000abf94869909afd163d9bd2db206401c75b68cb74be16935 0.79 MB 530 16
315,445 315,445 00000000000000002a5e880d75d2969cc6d85edac325ad4fa493e364aeb89d49 0.35 MB 760 35
315,444 315,444 000000000000000011fbe2c182a71786949bdc74177f31e42474ecb35e482664 0.93 MB 1,679 34
315,443 315,443 00000000000000001b7e083a4099ba74480cc6ae126b3f14543da7e0b74b2aba 0.75 MB 2,005 45
315,442 315,442 000000000000000015f5b8205192952e41105e15621532cfe3e17b24419ea54f 0.39 MB 547 34
315,441 315,441 0000000000000000291269c02e6751d1963a5e6a924352336bf4ea670c9a6248 0.08 MB 81 9
315,440 315,440 00000000000000000371380d26535be19bedbd8f65d1a39851a7bc5a1f0a5688 0.44 MB 689 26
315,439 315,439 00000000000000000611d77c72dc9dbe67162d37b09e6131b6201b8b46399231 0.18 MB 269 19
315,438 315,438 0000000000000000141a0177e15a4edbbf379f3593ad26700e067711836dfb11 0.00 MB 1 0
315,437 315,437 000000000000000030a6a20416aa7ed81eb7e285d065f7d1ce791b5068808b41 0.04 MB 95 32
315,436 315,436 00000000000000000d5c77e444ae3c481b9c28254f92465936b5bd0162b33ce1 0.75 MB 600 16
315,435 315,435 00000000000000002fa1694593f369362397294d0903569e76527ec47ef41264 0.75 MB 809 20
Previous 10 blocks ↓
Total Size: 769.18 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,633.45 GB sent, 93.83 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.