Memory Pool Memory Pool Refreshing

6,265 transactions
2.28 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,715 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (747,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,320 160,320 0000000000000160a5e379c3ed673914e36e23a41c49af05d710b7d9851b0f79 0.02 MB 35 53
160,319 160,319 0000000000000415a58cba2a27ad287dcbfb88ccad891b17dfbe6bfad445b4cb 0.03 MB 23 176
160,318 160,318 00000000000005f42fa4a09c2276ae4c074fb0ed6b6e4a0538faa6d57754407f 0.00 MB 11 224
160,317 160,317 00000000000005f215892e9e8e156e3c4dcffff0b2f02847c65b10640cd6339d 0.04 MB 52 115
160,316 160,316 00000000000008162b7abaa14aba6db4aa7a0e8cd5d9c3ccee592cf97bb52108 0.00 MB 1 0
160,315 160,315 00000000000003cdb007f4ace6de7b1173f41bec4d319b71d32c6282b09d41e7 0.02 MB 31 218
160,314 160,314 0000000000000dc0123d310b380c39af849e01a458564e6393cf0c5786c2f6ce 0.01 MB 12 58
160,313 160,313 00000000000005726b9963fee5affe96db4a31483046aac54888745c2d88428a 0.03 MB 59 199
160,312 160,312 00000000000002cd579411d985848c22ab2d8194a051ff6d677fa52342b8ca5c 0.01 MB 47 157
160,311 160,311 000000000000035376b498261eea4f129db0f4216f5f46ff59af4a0b7dd0c700 0.01 MB 24 40
160,310 160,310 0000000000000927ab3306d8e43ad9fce2136924fb12c5c8e045b53ab04459da 0.01 MB 28 107
160,309 160,309 000000000000052f71c7fcc260e2b481faefbc2b7e7faed751739b8678f2d64c 0.01 MB 20 12
160,308 160,308 00000000000005de061a6384aa8fa2342ed07dd4c8ecf235a6eace4823bb9a17 0.01 MB 48 0
160,307 160,307 000000000000048b5618cbb0f97010e78f3c95b2d3f8d02b5272a8bb0a5f0d48 0.03 MB 44 125
160,306 160,306 000000000000088a552fbbf7a64552e7296e1d0e35dc21d2e48dc84307e0ca2c 0.07 MB 72 88
160,305 160,305 00000000000006a398227883487a9835183f436f9a3a8e809948f48e4fec3191 0.02 MB 29 98
160,304 160,304 000000000000058182ddafabeb730f0ba5eb8abb28fb26926ad1d838342effe7 0.01 MB 18 85
160,303 160,303 0000000000000c49b8e5d72ce9dd810296ce976be5006d89d9f23f15ae9da2d1 0.02 MB 56 52
160,302 160,302 000000000000026a2b2c578d0d8b4f60a0d7a0304a226487298076526db88a1a 0.03 MB 59 155
160,301 160,301 0000000000000aafc386bb41912b33f751387ff38299101dadcd7453ea1d9663 0.00 MB 8 0
160,300 160,300 00000000000000a7fec67afbfa2883ffa313d1f70db7d03f3c4e4bd580ab88e9 0.01 MB 15 0
Previous 10 blocks ↓
Total Size: 768.98 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,616.49 GB sent, 92.73 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.