Memory Pool Memory Pool Refreshing

969 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,658 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 957 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,657 (850,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,527 58,527 00000000008409ce7f6e091eebd278b9a919e9a5d4ab1cd32769e0ee88fd6f18 0.00 MB 1 0
58,526 58,526 0000000001f3ab5e1b9ce4e5027e31f6483005d0cf30483e9b89dee585d4e60f 0.00 MB 1 0
58,525 58,525 000000000b6235394a379bd21eb6ed90d14a8ad6ce850d8d17d9a7a67f3b950d 0.00 MB 1 0
58,524 58,524 0000000008abf17b48be3fe78b1fa3dc8dbb1af6f0dd6c3491a2dd6a76186b67 0.00 MB 1 0
58,523 58,523 000000000ae49735c08dd9fc77471b6ee773ee92d67201c635572b5b07dc9c35 0.00 MB 1 0
58,522 58,522 000000000905259255162fda917a920e236c012aef079bcd2f98b94e090e7ae8 0.00 MB 1 0
58,521 58,521 00000000026c9424450c098d7f9d313f0227215b73696db570afb5f3e5b2749d 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 770.92 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,851.81 GB sent, 101.54 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.