Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 2,301 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (745,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,473 162,473 0000000000000a9d2d27ec6ea009358101858cfcc9285c4dc96ce74f27a9dbe1 0.03 MB 32 135
162,472 162,472 00000000000003da8e40c6f49cb52fbb202ce1d5b62606b78ebcde3243b37002 0.00 MB 9 385
162,471 162,471 0000000000000411dc97c11bda476ab220ff9cb50fd5db26fe234e9a4160ba22 0.00 MB 12 31
162,470 162,470 00000000000002c7cd807bc15af6b9437940c4fc20fe187532fe4f4af0a9f310 0.04 MB 70 211
162,469 162,469 00000000000009ec3c18a20617693255cc50a373c3004e3014376e03b7e01a66 0.03 MB 52 200
162,468 162,468 0000000000000d2b56d1b9ebb531eff7dd47fcf7d6b0d08016e1a5abaf0d47f0 0.00 MB 7 36
162,467 162,467 00000000000007494a2091438e51edab58f285ea3dc318c61f6e273b09c7f523 0.01 MB 13 65
162,466 162,466 000000000000089972d2d24f587a14e807db00e81ed0399a45da283c07ba15b2 0.04 MB 99 35
162,465 162,465 000000000000089d4345ac7fd6560c251a7ec0d168bcbfdbb0a728b8d51f52f9 0.06 MB 40 91
162,464 162,464 00000000000002b410864c8c4f1266382e795223b8dc9f5e7d2b75f8e6063701 0.01 MB 19 81
162,463 162,463 0000000000000886907a0ae2d27acabf12ae3366e66c07649b2512f820135b32 0.01 MB 34 18
162,462 162,462 00000000000000334cdff412cd64a565766978cb595b19ef796ef46c61f52013 0.00 MB 13 16
162,461 162,461 0000000000000c003ee3bd9b0196301f29ca2792691160240db372b0fc4d34e7 0.03 MB 72 148
162,460 162,460 000000000000072f45e3b70dda865990208b44d5b0bda2e494239f8f22942eb5 0.02 MB 17 15
162,459 162,459 000000000000093ca7db684e78050db5e3730228d12f82a6488aa5627c6e793a 0.01 MB 34 310
162,458 162,458 0000000000000943cd17f5ad4f39569371697e3f6beb83660c8d43d4b4a99437 0.01 MB 12 411
162,457 162,457 000000000000088c9f6467d4a5571a76b8a4303db8690d7a18446a6235ed2bb9 0.02 MB 23 128
162,456 162,456 00000000000004ec841222ab49c8e92622b63c59a6c95df29764402f9c4eda49 0.02 MB 54 244
162,455 162,455 0000000000000417374e40f66fcdb909cb81052189eb71581befd75789774a45 0.03 MB 106 0
162,454 162,454 00000000000006e6384ae0f82889b8fe21737c3f61f514928d552059ab15999b 0.04 MB 82 188
162,453 162,453 000000000000005b533507bad7b1a954d41138d489af895dfb015a98fe7148d0 0.00 MB 12 369
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.47 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.