Memory Pool Memory Pool Refreshing

1,417 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,409 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (753,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,105 154,105 000000000000063024f4f1d42db36174c91544eb20e5419da87f9b829af7bbe2 0.00 MB 7 53
154,104 154,104 000000000000041f0c0f8cad978416a72d778db07f6cf70c66c198a859b9ec93 0.01 MB 21 8
154,103 154,103 0000000000000013e04031e7e0cdfbbec4d9caf30b29f414c30bbaf4cad1f761 0.00 MB 12 53
154,102 154,102 0000000000000518a4625d778739ef9add343166e41c05048e99a1302e210d6c 0.00 MB 9 51
154,101 154,101 0000000000000c91adba729f5577e84972ed7fdc34ba9b60848eba846655a596 0.04 MB 131 93
154,100 154,100 00000000000007b0c2dae12b278d82314b09bc425de25b33fbd4fffbb3bd8a14 0.01 MB 22 59
154,099 154,099 000000000000017e36a08ab440505aa36c553432ef27c92a19c37e5673fdb287 0.01 MB 13 1,359
154,098 154,098 00000000000005bad33068fad8ef0cb84ff9e3d8c0b321cbd2098ef8f25f67bb 0.00 MB 1 0
154,097 154,097 00000000000009669d0deed2917aa703840b7b659025f2d74ee06047f8e8f6d7 0.00 MB 14 38
154,096 154,096 00000000000002a73e041b45adc7adcf6c9b21007cc8bb06c004d68d056b78f9 0.00 MB 2 123
154,095 154,095 0000000000000213994c3ffcbeaca010e685b7dd2c64facdf6440a04986b231e 0.00 MB 7 33
154,094 154,094 0000000000000e0ab95993b1cf1573ae3f66d4e84b83d937ac80bd0a00475dfc 0.00 MB 8 0
154,093 154,093 0000000000000c2d519ff33d3cd544862b6e11504cd6e9a9b4e59633646994a6 0.01 MB 20 44
154,092 154,092 0000000000000dea9cafe5c93c28192ca71fdb38a6ff26cc5c7d0451081ab35a 0.00 MB 2 0
154,091 154,091 000000000000020eca9a21518a43c927e37c6aed1a50ca2ac6b337161004abd9 0.02 MB 29 73
154,090 154,090 0000000000000ba8a31412c8a6ebd0f0fa61cf208a06275b3a70bf7b981a7bcf 0.00 MB 6 17
154,089 154,089 000000000000013f27e74db36b2a766037dbbba4b74f5d108adce83cd8ef3fd8 0.00 MB 12 53
154,088 154,088 00000000000003b7ed018af7bddb43890ffb9cb94af6c02814526acb564479b0 0.00 MB 9 382
154,087 154,087 00000000000005ae154f680d5f5d58fdf0aa456bfa6e540c2cfb3f6314a94cb1 0.00 MB 9 376
154,086 154,086 000000000000096a763fc4fb729e2ea7e5a431285aedcad0d70b0a83cc41d164 0.02 MB 42 88
154,085 154,085 00000000000006095abd176f62d71c8c466050a5a95b197cd2538ff8f503e832 0.05 MB 128 18
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.