Memory Pool Memory Pool Refreshing

7,647 transactions
2.49 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,981 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,136 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,980 (888,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,668 19,668 00000000ad65744c6cf7a0f82ad1c7f93f1e87261667556763e9a85f903b8489 0.00 MB 1 0
19,667 19,667 000000000e092453bc9f9d81c500edb5a42f5305365690986d403e4520bd4bac 0.00 MB 1 0
19,666 19,666 0000000013eb1288b8b87d017bd372a031221189a29fbbd31dfd2e4f7c0b74e1 0.00 MB 1 0
19,665 19,665 00000000b9e52c2293b62080c1050a3b619fe2cec44ee19f4bf97ba1ae91f467 0.00 MB 1 0
19,664 19,664 0000000028f787414c9d2117cd84eb0d13394dd32acaf1fc7dbdb57f02a20811 0.00 MB 1 0
19,663 19,663 000000008cad6b1968302e4f757b561f0ee2280e94de62c2aa5091ccc02aa798 0.00 MB 1 0
19,662 19,662 0000000021f212ba340deed719e46b90677f02632d1f0a2f447134d61772cac5 0.00 MB 1 0
19,661 19,661 000000006cb98b88803086db5cade29127f2d72f5dcfeced45d68359854fe1d9 0.00 MB 1 0
19,660 19,660 000000006be277d6da302212e64ef30460b7db61668a50e79f8b465aad11d6fc 0.00 MB 1 0
19,659 19,659 00000000018ebbfbaa00d3fa69547e8b6d67a928a40415dc13118e87e44d0a8b 0.00 MB 1 0
19,658 19,658 00000000954a6b59f255663c7be1ed5decfac237438f3d26412b698d87e82763 0.00 MB 1 0
19,657 19,657 00000000d8ab4dbfcff34dbf02bac268fcda3cb5f658f59525d824bdc98339b1 0.00 MB 1 0
19,656 19,656 000000003b2755b745eed6e43bf84ac985ddf628fdf4cd0a19f8c351776d1b90 0.00 MB 1 0
19,655 19,655 000000003d734523b9b1dab1602cc198bb34431656faea630685da721fdd9f6e 0.00 MB 1 0
19,654 19,654 000000007324532cba6a6f01d42e679af290028e64363c4034727ab73f4b5ab0 0.00 MB 1 0
19,653 19,653 000000000773a42a9f76019e18a3938a3ae3cf5ffba3416095d844194c488a48 0.00 MB 1 0
19,652 19,652 00000000b856b6fd7ac425718bf05fa6f7d92f9df77998a26362b37006114260 0.00 MB 1 0
19,651 19,651 00000000f867a753fc4fdbe2d1372bd2d58f1ea1f1a08dbd6768bb5998a2571e 0.00 MB 1 0
19,650 19,650 00000000353764de07843a49ec1de4add68991e75e8a6ada671afb06715756f1 0.00 MB 1 0
19,649 19,649 000000000eabf19d2e2abd25549691fcf1748df799b01de8cbb6c2e2c33e1232 0.00 MB 1 0
19,648 19,648 00000000713736c665418bf82620cb53eb7e147aa463b3f9acc33ee51ea17879 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.51 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,647.38 GB sent, 95.50 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.