Memory Pool Memory Pool Refreshing

10,360 transactions
4.69 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,358 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (424,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
483,317 483,317 000000000000000000fae394d0c0b042524c9a19a9432550e33de7ce742cc891 0.84 MB 533 38
483,316 483,316 00000000000000000062a7c2d867f8c6fdb43576991ebe9b2807020c3ba71c0c 0.25 MB 453 217
483,315 483,315 0000000000000000002afc9e4f819ebb50ffa849d39905f9209b02bdc834a100 1.00 MB 1,719 29
483,314 483,314 000000000000000000e0b1cbe139d8181891f9abd3e306ab24a098d7389ddb55 1.00 MB 1,683 185
483,313 483,313 000000000000000000bd731c358527f3d5fd22e270e6124ada7c6dede40264f8 1.00 MB 1,945 301
483,312 483,312 00000000000000000125540edf2cc88a889cf1944240e4769ba736467a3907ab 1.00 MB 1,810 221
483,311 483,311 000000000000000000b1c80d0926884cf1e0129a598616bd85d69ab975400dfa 1.01 MB 1,666 273
483,310 483,310 000000000000000000f396ff6b072f2f5fccbcb9824e746f569ac75bfbf88c52 0.78 MB 1,598 205
483,309 483,309 000000000000000000cac45d8593f160969805780e93e7d59e43d1ed92b9eb7f 0.99 MB 1,335 180
483,308 483,308 00000000000000000057f6044f3aa00d11474572533700e7c9afc116bd773735 0.12 MB 192 213
483,307 483,307 0000000000000000005decfb1a580cbc4a127af6a988c4e2d4a3df01891077ff 0.83 MB 1,056 121
483,306 483,306 000000000000000000c9297045aa92ad0ec3c2bb820a24b76fadfb740d685b4c 0.61 MB 1,020 237
483,305 483,305 000000000000000000e2df7ea0b38d7252b39dd789f5d303eef0b37122751d55 0.47 MB 1,058 240
483,304 483,304 0000000000000000001eb368ae5e7e4a07a61b24eca279a201dd63de2a8e9ad8 0.41 MB 803 223
483,303 483,303 000000000000000000c8e0b0d6ee6e7321240d9937592f6be204e6487f5d2a32 0.09 MB 195 193
483,302 483,302 00000000000000000095d3236fffb6f4f89a115b32154561299bb623902328e0 0.96 MB 2,232 52
483,301 483,301 0000000000000000013b087495f6d8b8407cc229a9b0950085251f3b30e526b0 1.00 MB 1,753 172
483,300 483,300 000000000000000000e65bb544c40b079e9c542e36670ca0d8f15a2a4b9dcb44 1.00 MB 2,213 345
483,299 483,299 000000000000000000804efe55a93a50c0da47cfc74973a7043309930ab10db2 1.00 MB 1,562 222
483,298 483,298 000000000000000000358d4e224d2d2d8fb69a6b7345f2d80aed0bc1f59b4080 0.04 MB 77 237
483,297 483,297 000000000000000000f7bf8597c8e3b3e91802cb859e6b5a652b62077886f284 0.08 MB 176 248
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.