Memory Pool Memory Pool Refreshing

2,336 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,621 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 2,312 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,620 (850,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,520 58,520 00000000051ff71e04359870c8caf09690b0b9e52b0e0f7e05bd29f86dc5ce6c 0.00 MB 1 0
58,519 58,519 000000000e26870819240639177869151afcb773083d02983e29b8b005ff8851 0.00 MB 1 0
58,518 58,518 000000000e02695aba5e6bc00e6531e1c23f1d4a887f531d05da42b6c8fd05bc 0.00 MB 1 0
58,517 58,517 0000000006bf37846cf763997c8cb6a9786c61fff3256b4a6a07d772e057f9a7 0.00 MB 1 0
58,516 58,516 000000000f02a8c52df9709272b7339b88a4dc57ff378a4dcfbde3099f2053d8 0.00 MB 1 0
58,515 58,515 000000000b4168586a8dbf0fb83f049747e8df1305226b9d95cdc0426639b33e 0.00 MB 1 0
58,514 58,514 0000000006a1da53fc19bfe21cd5deda625d2a3f9ba94c18c614c6e9545fc619 0.00 MB 3 0
58,513 58,513 00000000052cfbe023b9e6b8ddbbf844e52413231d658b689eb31135bcaa5644 0.00 MB 1 0
58,512 58,512 000000000234b448a3fd3deef8aba331463c03b6646fc4475b18198fdfc5a98a 0.00 MB 1 0
58,511 58,511 0000000008530855b622f25061fd03d303caa9f783eed6db3120079c886815de 0.00 MB 1 0
58,510 58,510 000000000ef8f969cba0967a39b94ae9bbd17e94dbdfb033791ad09b5ad09c43 0.00 MB 1 0
58,509 58,509 000000000d5c291fbeb096d2731b4c2e2e06dfeafe939b58f3623e336d40dcb6 0.00 MB 1 0
58,508 58,508 000000000a8ffbc012506e5548df33871290fdb02053d51b7bd6c681878b0eb2 0.00 MB 1 0
58,507 58,507 000000000859afb5e81fea4eff781ed7fbd7ab3f1c39ffef90e6c768592e1c5a 0.00 MB 1 0
58,506 58,506 000000000aeda52a2500451590137233ec4649282e614ff2a38eb76382e070ff 0.00 MB 1 0
58,505 58,505 0000000005cc930cce3d7cdd99ed1045a2e445af720d8e9dea7fc3914bb407e5 0.00 MB 2 0
58,504 58,504 000000000257bc3468efb1bceb4c4ca2582f8f92acacde1c74a2da609f8f40bc 0.00 MB 2 0
58,503 58,503 0000000007f565116ed960c36ee95da88dc0e3801f75f13f8df8281a4f03cc7b 0.00 MB 2 0
58,502 58,502 000000000dcfcb84e84dafcf6765241c6a9aeb7e531a6e19c19499fc98ec24a8 0.00 MB 1 0
58,501 58,501 00000000095c02032218cc7ee6797926ed2235778745a6383b72a85766dbee8f 0.00 MB 1 0
58,500 58,500 0000000002b95b79690ad708aa689d28d688e7fc881fab227ec6f9ca2a5c7a34 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.85 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,850.11 GB sent, 101.19 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.