Memory Pool Memory Pool Refreshing

19,551 transactions
20.93 vMB
Show Random Selection Loading Transactions
Max Size: 115/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
4 sats/vbyte 6
4 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
880,303 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 3,117 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,302 (199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,103 880,103 000000000000000000027ee56d617b21a8512cbcbb8ac3826305533d4331a66b 1.87 MB 2,603 10
880,102 880,102 00000000000000000001c634209cac71fc07839fb85a2286590920f76942d2d3 3.20 MB 1,118 9
880,101 880,101 0000000000000000000220a7a4908d6c68e6529bccb115bd008333e328de6c13 3.14 MB 1,409 9
880,100 880,100 00000000000000000001be54f1637be959bb0680467623d0cc032b5f9df73129 2.89 MB 1,895 10
880,099 880,099 00000000000000000001942e0d98bffa3f533d84d46dae7f3e54dd32a5d0a2ff 2.97 MB 1,871 9
880,098 880,098 000000000000000000025f073c3da903a6b7b2c215419859ffd0ebd12f4d6a93 2.96 MB 1,615 16
880,097 880,097 00000000000000000001b302607c5a938cc3283b884dacc0cbfc9a639fa1e66a 2.84 MB 1,832 10
880,096 880,096 0000000000000000000222e9ca133a6b554305f95ed592fc669ff57b7162b97c 2.77 MB 1,492 13
880,095 880,095 000000000000000000011cccf2bb6e9c82674713a17e3265397d0252ec7e364d 2.72 MB 1,788 15
880,094 880,094 0000000000000000000276e134ccc9083c322b9081ae80fc394b5ed007d5b04f 2.69 MB 2,018 17
880,093 880,093 00000000000000000001c1a111a6e53adf10f0ff16ebf248b39f4e40b433ed3e 2.58 MB 2,110 16
880,092 880,092 0000000000000000000074c80f3373089ea73f2ac12233a56303ff1b8bda8d00 2.47 MB 1,579 11
880,091 880,091 000000000000000000012d1080932d5893535d3957d15a14f70a31d1cc49aeb3 1.70 MB 2,949 6
880,090 880,090 000000000000000000002e2fc90e907088859803f3492a6dae2fa4468b345240 1.82 MB 1,969 7
880,089 880,089 0000000000000000000022c1f682395befcb48929feca153f2a3859e1c210810 1.69 MB 2,862 8
880,088 880,088 00000000000000000000b8eaa21ec22af7aed7ef442b0b4c29b6054241556a60 2.23 MB 2,412 11
880,087 880,087 000000000000000000013eb0008d2958e81b434f62b834714ef24e5d58b096d4 1.67 MB 4,203 12
880,086 880,086 000000000000000000023dbf317f7484c46432ad844af870c7ce110f49daab25 3.13 MB 1,105 21
880,085 880,085 00000000000000000000448892c55bdc574eb903408085328a14b84fd784e942 1.61 MB 2,851 9
880,084 880,084 000000000000000000024b22e13eedb9e9d21217ffca99f84e5773afe0a742f1 2.09 MB 843 6
880,083 880,083 000000000000000000000c87fdc303c09a41e04804f125e633d29cbf699f77fd 1.67 MB 3,637 10
Previous 10 blocks ↓
Total Size: 718.95 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,789.25 GB sent, 59.87 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.