Memory Pool Memory Pool Refreshing

4,500 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,171 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (545,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
362,771 362,771 00000000000000000543444ec6d1de83cd88ce0127cae4a954d0bc59d4f61a89 0.92 MB 980 17
362,770 362,770 00000000000000000b89480c119275e77b13ebbef414fc8e2daadf5ae252636b 0.22 MB 399 24
362,769 362,769 000000000000000014cd57b17cf4330bf6030e0d4cb1d013549de4d2a22b2332 1.00 MB 1,506 24
362,768 362,768 00000000000000000e7aa80f0c67de9432acfc88de6749d97f4a989bf76d49dd 0.34 MB 666 28
362,767 362,767 0000000000000000158c879697c5a7477b3f69bab9a2c035e3850d622c7802f5 0.89 MB 1,256 19
362,766 362,766 0000000000000000039acd877ba7a77de0e0a18edc054c9e820617fb7fdfc8da 0.93 MB 1,075 43
362,765 362,765 0000000000000000111c8f8d86372f29d5c1082914541d89c2651f79076fa4fa 0.72 MB 1,072 17
362,764 362,764 00000000000000000b7ebac1ea9da4707e57175c946ea620e1afbce15b11b27a 0.62 MB 371 4
362,763 362,763 00000000000000001086437d466741630efbe2e895b16bb9faec4f16418d02f0 0.75 MB 919 9
362,762 362,762 000000000000000006703b76a68a23b3077cccfb021ce68d1def09da511082e5 0.75 MB 1,531 30
362,761 362,761 00000000000000000e4417153be20abb241664be0f11a57271bc7e19bca899ac 0.91 MB 1,611 31
362,760 362,760 00000000000000000bd992b3493890c757cf9d59cd1ee5951bc9ffea8bc9525d 0.93 MB 1,563 27
362,759 362,759 00000000000000000100f325285852d489b6ab8f05ad5ccb5ae6277a2ce7517e 0.57 MB 889 23
362,758 362,758 00000000000000000a8fd8b725a30bcabfda90b864d112303dd14d60b1d64501 0.92 MB 1,749 29
362,757 362,757 0000000000000000139c26946d5d64f9297ddb5b29008019caaabcb7be4ac84d 0.75 MB 945 20
362,756 362,756 000000000000000000edcb513a3a965ea090d92ca561b79e2f7c2f8eed62b804 0.75 MB 1,010 22
362,755 362,755 000000000000000000e4a9450c54f01b4a485e48bac09f0922fae41923c0ae76 1.00 MB 2,778 44
362,754 362,754 00000000000000000f679a5b0b78a89d5e26bd4f78a584a0fa4d8d871ec458de 0.36 MB 616 23
362,753 362,753 00000000000000000d634d5fb7e8c6194fa99fb2b8331de29c5cc3add51b4eba 0.44 MB 864 26
362,752 362,752 00000000000000000416b90fb5b3ca49699f9fb55ef69d17f7a8c8c06db81091 0.08 MB 148 26
362,751 362,751 00000000000000000b70de41c02d38cc2f7d9e16f2d9fada6562b2073e1ed1f2 0.55 MB 888 25
Previous 10 blocks ↓
Total Size: 769.22 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.64 GB sent, 94.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.