Memory Pool Memory Pool Refreshing

3,492 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,858 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,523 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,857 (156,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
751,529 751,529 00000000000000000003a663fd69772b7f2d168fbf8816c3b14e2359c202bb63 1.34 MB 2,110 8
751,528 751,528 00000000000000000000b02116c5787142ecc3b0bd4085b08c0a43d6f3601de8 0.36 MB 571 7
751,527 751,527 00000000000000000005d365a411fe33ee074bf230d10b6d722417e461f08664 0.89 MB 1,535 6
751,526 751,526 000000000000000000003e83f80d92a68f34a04c9693be993db6accd8a3b4516 0.90 MB 1,742 8
751,525 751,525 00000000000000000000d5fd99490540883f80b9ba82e406fcbf3fd78728311d 0.11 MB 247 9
751,524 751,524 00000000000000000003e0606b8343fd1cd4e292931c017ff602fef10051b252 0.36 MB 549 8
751,523 751,523 00000000000000000004845435ef561ecc39936d80e390ee08a35211958848f7 0.87 MB 441 2
751,522 751,522 000000000000000000014c0a34929b37063273798a09e8d6fa9816c497479a0c 1.57 MB 2,617 10
751,521 751,521 00000000000000000003b9abbffdb50fe88041538f506bd1a93bddd1b7cb7477 0.56 MB 792 7
751,520 751,520 000000000000000000002636aefba65a6bf9abac95b703f5bacd97d4463150fc 0.02 MB 50 6
751,519 751,519 00000000000000000004cca635eb9a5c6dc14edbc00a01e9c2c7e9e0281b3524 0.99 MB 991 5
751,518 751,518 00000000000000000001c5874ba250e067942a47586b18dbeb2fbb6e33fa1596 1.54 MB 2,781 8
751,517 751,517 0000000000000000000708e24ba5d6ca4e2a5810a1913281a2aade8ba5eedb6b 0.19 MB 342 9
751,516 751,516 000000000000000000065e065b7ca4b83d9db5661ee1f61c753c4a59a20a6399 1.06 MB 465 6
751,515 751,515 0000000000000000000275c99b24830497a75b8286524912dbdeee648d4a8f03 0.82 MB 1,064 6
751,514 751,514 00000000000000000004dd1bae426ac825a27b115d30a1b088d41110e0ffbe9e 0.70 MB 809 7
751,513 751,513 00000000000000000001ef15d3db89a3d20fbbc2decee44f117c684d7c032301 0.44 MB 742 6
751,512 751,512 00000000000000000008c09950b2cfd2bb60931f2c0e33f7d0789c24ffae2aac 0.08 MB 101 7
751,511 751,511 000000000000000000053dd01996975aa79e70e6e5c152eb1ab3dbe8df2bf422 0.07 MB 194 9
751,510 751,510 00000000000000000003ed15d16421926ec67cf5d9c942a58730c8cd43303df7 0.03 MB 78 10
751,509 751,509 00000000000000000007eb1731d7405b274c8dc4a16320a214eab939d71eac0b 0.02 MB 60 9
Previous 10 blocks ↓
Total Size: 769.28 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,635.43 GB sent, 94.29 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.