Memory Pool Memory Pool Refreshing

973 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 963 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (165,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
742,417 742,417 00000000000000000006af42554421d594d9d7c27b272f8fdda05a109bf76250 1.29 MB 1,163 8
742,416 742,416 000000000000000000017e3d0d3cafc02b17fc8e4163afe8712600ce9394c1c5 1.29 MB 1,863 8
742,415 742,415 00000000000000000005dcc8f80eaf25a1c1888135e277bf09fe27546ba2aaef 1.23 MB 1,705 20
742,414 742,414 000000000000000000081cdac6bbd130816a023bce4d1dc5ff282f66bde01e9d 1.03 MB 266 3
742,413 742,413 00000000000000000005d03f74180a13da3346c839169d42c236c2168369fd10 1.24 MB 1,308 8
742,412 742,412 000000000000000000010f670de49792ca25166858312cb84ebbe6dfc3cc8609 1.25 MB 1,020 5
742,411 742,411 00000000000000000002ec723fcfee208d8f746135dbdf497f934acf8fa9e5e6 1.34 MB 1,845 3
742,410 742,410 00000000000000000004604ed6db2bac05818c0455b0475dc1640ce6d6acb54a 1.42 MB 1,739 14
742,409 742,409 000000000000000000056eb24abe86576a83b0cf5209522ca03d82b9a35068ef 1.47 MB 2,653 14
742,408 742,408 000000000000000000051220907eaf09c4dd4b593c03c252d6d19c3a018691d2 1.46 MB 3,336 18
742,407 742,407 0000000000000000000245aa953c087b9dbf10b122cad610aa4337b6a789c23e 1.07 MB 528 2
742,406 742,406 0000000000000000000301c2fe2c206079c39e98e065bbe7beab8d3ce67e43e3 1.07 MB 317 2
742,405 742,405 00000000000000000006ffbfe00a707610d8bf5d2a0ea4fcd05079af60554dff 1.34 MB 1,688 7
742,404 742,404 000000000000000000048f9c26fd410b45882ca2c4029f19f2bbb449b5fe393d 1.33 MB 1,292 6
742,403 742,403 000000000000000000084a83ae43a46bd61537b0288caef123236e7e166e978b 1.38 MB 1,375 3
742,402 742,402 000000000000000000058aa5ecdaf6a547c95edeb3dd4224339750731fdfafe2 1.36 MB 2,147 18
742,401 742,401 000000000000000000095e563e316daa3b59542fdef3b2db774d1db30de166f7 1.30 MB 1,297 3
742,400 742,400 00000000000000000004064e3200c88cb0f452a7763967fcd0d64c44090f6e1c 1.50 MB 2,997 15
742,399 742,399 000000000000000000020ece75d05906923b616d1724c34596798719dc9782ae 1.58 MB 2,364 22
742,398 742,398 000000000000000000031dbbf87e068a9e8ae389648547995e8c226f24aef62e 1.21 MB 1,443 7
742,397 742,397 00000000000000000007b7c93c6f3e6b59e0d9ce0b79b42e89416be13b65075e 1.22 MB 1,463 7
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.