Memory Pool Memory Pool Refreshing

5,301 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,777 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (589,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
318,072 318,072 000000000000000023cfa5b7bfa694d62bd68babc4c2bc93fb45e911ccc731fd 0.16 MB 267 24
318,071 318,071 000000000000000003914399de186071833ccb53484e50cb7da86ad791fe2737 0.30 MB 645 31
318,070 318,070 000000000000000006af3b9a297544fd66f10d4ba8dbb3a19823c36373c432a6 0.04 MB 94 33
318,069 318,069 000000000000000019a1fc67104e85d7dc4378388b83ff70839a4ca03e12018b 0.38 MB 817 29
318,068 318,068 000000000000000017f8745856d391c6f66febd60aa7cf6acdaf142c340d803f 0.01 MB 32 39
318,067 318,067 0000000000000000068c3b31275dd37993814b5467a68480b119e245f602c2bb 0.02 MB 45 7
318,066 318,066 000000000000000024490e1aea07d393edf7369cc3b758e629dec540b0ea1f6e 0.20 MB 400 25
318,065 318,065 00000000000000000a9d93640cdf9f48fbbbedea524843cbc6dc09cbf7de02ea 0.09 MB 213 33
318,064 318,064 00000000000000001cb4398a9f365671a1f196b1aa5e6a7a4a93fde253545952 0.19 MB 365 29
318,063 318,063 00000000000000001c96613d2ccdca585fabb08afb792790362c3c31b1f52d93 0.04 MB 70 20
318,062 318,062 00000000000000001b78bc56056fc48e14c0ae12947e7479d80ef02e88ab0a8c 0.15 MB 328 37
318,061 318,061 000000000000000026883c5c09b9b43ed3b4b3cdc16b33193a5c926061a00e20 0.08 MB 160 35
318,060 318,060 00000000000000000c445fbf498b749ea492560a357395a7a5ec0a22b16287c5 0.20 MB 362 30
318,059 318,059 000000000000000017c9eb489320705522fce819dde50a3aa87725fbab73d824 0.42 MB 792 28
318,058 318,058 00000000000000001fa1933de47338429135d58c7b979ceed981230f1dd4a970 0.03 MB 41 20
318,057 318,057 00000000000000002d70e10e97c674c81147343253a18b0956b734b8e0f52d38 0.24 MB 483 30
318,056 318,056 0000000000000000172c62ecc7a29c8bb5b201e770ba52c6ef9b89187a5e279f 0.09 MB 125 11
318,055 318,055 00000000000000000961f90793940c351f5d301b699901d22a8414474319441a 0.07 MB 154 30
318,054 318,054 0000000000000000102d0c220eef2547e9f837ddb8dac88dba45e436f7f2acbf 0.39 MB 725 27
318,053 318,053 0000000000000000098bc18f09e355a7cb61d23d2d364366e4b9400046f2872f 0.13 MB 231 21
318,052 318,052 00000000000000000ea602655bfb164ad38d0766e645020e76153b7e1c7c33b0 0.35 MB 635 25
Previous 10 blocks ↓
Total Size: 769.30 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,642.61 GB sent, 94.42 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.