Memory Pool Memory Pool Refreshing

7,651 transactions
3.70 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
907,803 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,921 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (801,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,511 106,511 000000000000abc01e5488a95eb6677cce197c5ffef76d715d9172345ff07da1 0.00 MB 1 0
106,510 106,510 000000000001f5c4b4ba1559c051cdee5b08b0fc5f14033f9037af6587877ea5 0.00 MB 5 0
106,509 106,509 000000000001ddd57f598939450ee5e77e5a6f58dfe6b7d72996cbc07d2a20f5 0.00 MB 1 0
106,508 106,508 00000000000133ef2929c09936bb37281b451bd302f717bbb3c1e2a1e39cdb5f 0.00 MB 1 0
106,507 106,507 0000000000027157212abbabfe874f44f8a70f9fe0f8e4c7e4e33bd2de8112ec 0.00 MB 2 0
106,506 106,506 0000000000025594369cbfd8be3a4406ba2ff2c3fdc3a8fc657167988da16415 0.00 MB 2 0
106,505 106,505 000000000000f6b70992773a42b07e1095257b5b14e2ee18e404c871268fb312 0.00 MB 10 0
106,504 106,504 000000000000e7297e39a056d603a947165a1eceeccd3e85ad0c44a3455f9d1a 0.00 MB 12 0
106,503 106,503 00000000000277acb78e883424a27d0a910d16c07b474e64e7de8d15095adac0 0.00 MB 12 0
106,502 106,502 0000000000008f907bc2ec9b43637cfa510867c89ce0f8ef22a8b7c401f2d19d 0.00 MB 6 0
106,501 106,501 000000000002f26df0c8c260b2b147519b1098ca06cc00df83a9cff032e1a3f6 0.01 MB 27 345
106,500 106,500 000000000002817c28eb34e66326a20097525a5519a7bfbe9ada86a0285e2532 0.01 MB 2 0
106,499 106,499 00000000000042669c2b6e3d58ec9b3bbdfc33e2f3e253f0c5d86aa3b9bcb848 0.00 MB 1 0
106,498 106,498 0000000000006d78e55ef26a5d243e2fc7c339f0cf8657be3574d27a6817d631 0.00 MB 1 0
106,497 106,497 00000000000017b75469abaeeb6020afb1f746b9b9725928f67e8674e9416b67 0.00 MB 4 0
106,496 106,496 0000000000018dbd5e1b9812fdf21a111c1a7e633ca901b6932dce09628a16b4 0.00 MB 1 0
106,495 106,495 0000000000003ee79c554243adbd8a9f898c2e95106589f101e45e1a67756c3d 0.00 MB 6 0
106,494 106,494 000000000002c2cf5192f7ac0aecab7a33d4f7505b6616c5d044d0d2e4237c25 0.01 MB 2 0
106,493 106,493 00000000000280145e5a0d36496ba4940150fb63084b96ded6d688c0151ae810 0.00 MB 16 0
106,492 106,492 000000000000c04f6ef5c297fb1b9d1ecb53ea7d2891600c4d0071eb958adf56 0.00 MB 1 0
106,491 106,491 000000000000cb9d4338fb90d2bd499ff3d34d481684e23a79afd410b904b94b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.17 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,633.25 GB sent, 93.77 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.