Memory Pool Memory Pool Refreshing

6,881 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,244 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (720,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,084 187,084 00000000000001a64161015de457ba0d0d7ae0bca35d6d188a7b25ffe0b6987b 0.00 MB 10 29
187,083 187,083 00000000000009474ecb537870256773110b2f87101a98de05c5963da08745cb 0.13 MB 460 176
187,082 187,082 000000000000073e31b276ae14d00fe0c12fabe4be4ef9978f4914a22ed72ba9 0.00 MB 8 43
187,081 187,081 00000000000004ab2561097f2a4195037186dc49b11776a120f401e3997aec93 0.01 MB 9 0
187,080 187,080 0000000000000134402e65ed155568520e37f5d4bde84df2e8efc37f9fdbe0c7 0.16 MB 485 182
187,079 187,079 00000000000000abd64932635402380579631a5c857bf2086e9cc4e0020c5887 0.05 MB 65 78
187,078 187,078 00000000000003924415dda4adcc901d5312e6c6a262efc10182440ecb738021 0.00 MB 13 45
187,077 187,077 00000000000004396be5ab60e0e63a4432a2d2073b429c01cd397845c19dd215 0.01 MB 27 106
187,076 187,076 0000000000000909b7ce68660792c636344a0105e14efc6c652aa985200b4c23 0.02 MB 74 154
187,075 187,075 0000000000000537d7ee984615db72cf472ed85751c27adcdef9e91962098b59 0.03 MB 107 97
187,074 187,074 0000000000000411fbf58f8492c5f742231758b3366ffbd348dcf4ffcbde0312 0.00 MB 11 29
187,073 187,073 000000000000079150a014cad61865b501f6bc7c6ee6d78a5cfc3c2596f369ee 0.06 MB 147 151
187,072 187,072 00000000000003219759effa6136da84f2f21924cc9424a21a6aecfd582c0d06 0.09 MB 294 144
187,071 187,071 00000000000004e6fd93b51dfcf6d59355cbe71805cffa1776e3df759a290cc5 0.00 MB 9 0
187,070 187,070 000000000000028079e07bdb0b0c63361880b3a5c85073dd98f9a9504b8d5502 0.07 MB 125 81
187,069 187,069 00000000000001f74f092593972faf6e9eda36b878f9dd207bed910412df652d 0.06 MB 113 129
187,068 187,068 0000000000000031a15635ca554a16412dad612a9aa0646155abd240149efed4 0.00 MB 14 80
187,067 187,067 00000000000001b531f5a13d35d53c3b63982efcac57879a334f3c7272145ac6 0.14 MB 342 127
187,066 187,066 000000000000059e51cf7ce0e155628f664b0846ea9b4d3669077ca70672042f 0.02 MB 12 16
187,065 187,065 0000000000000263bb7346bc52109427095f3e8ec306e84694f93cc8fa24662a 0.02 MB 52 9
187,064 187,064 000000000000018d94696ce656e95b39a41ddc950a0b05f8208925853e04ff00 0.09 MB 124 192
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,634.98 GB sent, 94.11 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.