Memory Pool Memory Pool Refreshing

9,403 transactions
2.86 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,479 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (189,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
718,107 718,107 00000000000000000007f3ec2610eaa7f79204de8406dae7e782ee81040de7e4 0.47 MB 932 10
718,106 718,106 0000000000000000000914fcc56cd0dbc9892857bde4ee0450a543a69a984901 0.57 MB 1,016 10
718,105 718,105 00000000000000000005194481be93fa150468ff8b21af4cb6527dc390e599c5 0.05 MB 112 10
718,104 718,104 0000000000000000000969b411bb8f0cf69dda4af9d69668f49206a6e3cecf81 0.34 MB 535 11
718,103 718,103 000000000000000000089bb72f8c53beb6760c11e20683850d34c84e3c7e1c4b 0.49 MB 938 13
718,102 718,102 000000000000000000061e566f62a8a80ae53707216497eb0cb21f65d753b5c8 0.18 MB 186 6
718,101 718,101 00000000000000000001e18ca7148ab346e3b603316acb186e9fc93daf603a6d 0.04 MB 85 12
718,100 718,100 00000000000000000001f7d562be277ce164f70ae25b253c1ea404ff50d2da5c 0.04 MB 110 13
718,099 718,099 000000000000000000035cf8999bb08697eaf29ba40aefb372205aabab2e5ea2 0.65 MB 927 10
718,098 718,098 00000000000000000009f1c9c5d3d799205b3afa0a6839ac38db345a2d1a0d40 0.26 MB 390 7
718,097 718,097 0000000000000000000301fdbd8022168348f9ee5d8afdcec9d241ea7c9904dc 1.06 MB 1,685 10
718,096 718,096 00000000000000000002c8c4a08a89b1ed03aedc11f71128b4159a3e93d4355d 0.32 MB 263 8
718,095 718,095 000000000000000000075b2f5f06abdf953d4781f1f446fe9e4a3247978f0fd3 0.56 MB 631 3
718,094 718,094 000000000000000000046c13298d6a9a50bb7f07df1909309b2b1c355c785ca5 1.50 MB 2,715 9
718,093 718,093 000000000000000000097f1edb302772fde3c82f15d49a77c0d3e58a2e89e168 1.21 MB 1,068 5
718,092 718,092 000000000000000000086530c052017b7f31cf2fbb17b4de265c6e98d634431f 1.47 MB 2,576 12
718,091 718,091 0000000000000000000b87ea3f88735e0c377306b8dccd0cde4c3afdccdfe2ec 0.50 MB 947 11
718,090 718,090 00000000000000000003bfded5679419399a4479a1dcad8090cd61ab5b9a66bd 0.57 MB 879 21
718,089 718,089 000000000000000000037e42f13c792a0bbfcb56a92c31dc6920691b8dc7d49b 1.02 MB 1,342 9
718,088 718,088 0000000000000000000376a4c463f90f41b23100b3cf9172ebe848dfdfd3b280 1.32 MB 2,345 2
718,087 718,087 0000000000000000000563c6385d466dd24ae5ce02a312643f9e3b939f2b562a 1.44 MB 2,691 11
Previous 10 blocks ↓
Total Size: 769.24 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.04 GB sent, 94.13 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.