Memory Pool Memory Pool Refreshing

4,607 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,794 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (450,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
456,816 456,816 000000000000000001be60f7c66205e1a6cf818965e2c4eab1707ca66c70fbca 1.00 MB 1,457 214
456,815 456,815 0000000000000000003fc152544805b0d40f6d4a353db0b8b12bb6b05bcb282d 1.00 MB 1,683 118
456,814 456,814 0000000000000000003b8bfaaae009a82f9bba5730dcaef7720800c4deb2d8f3 1.00 MB 1,540 118
456,813 456,813 000000000000000001f436d90dc77d459819141ce1d503d8a8ffca85d33a8f3d 1.00 MB 824 39
456,812 456,812 000000000000000001514843c05fc8608317e82767e1e858d267a59f81caf401 1.00 MB 1,384 48
456,811 456,811 0000000000000000019a7be37f831f45ddedbe9d1242ff173901f19468f5d5bc 1.00 MB 801 31
456,810 456,810 0000000000000000022c0630b9fa71307aa2465ad8a715d0f9b520bf564268fa 1.00 MB 1,990 151
456,809 456,809 0000000000000000006ffbddfa58cfdcef6ecb5bfaea788b081c66e0cf1bc08a 1.00 MB 805 40
456,808 456,808 000000000000000000b1a7e9d20661d715b47c4580b6f181a4033426187335b1 1.00 MB 1,418 94
456,807 456,807 0000000000000000003484059e5955bfc124105eadf040b98886b0376de3056f 0.89 MB 1,317 162
456,806 456,806 000000000000000001f5c48122d5ab45b834b2ba7e87f15042a3a1f46cf2160a 1.00 MB 874 65
456,805 456,805 00000000000000000152a461e0ce31604b99f1d719f68af36775f501eb420935 1.00 MB 1,972 99
456,804 456,804 000000000000000001bb17fcd6b8be919d4ac3000d5f1e92f14a383188ad6ffe 1.00 MB 2,630 189
456,803 456,803 000000000000000000128ff62d32739fa406356731481eeae179c75d95853aa3 1.00 MB 2,411 208
456,802 456,802 00000000000000000188e75fb5f55d8cb22861465924f3664e26fccdf71306f0 1.00 MB 2,576 152
456,801 456,801 00000000000000000004ccc5d6e71e2a0ed5d8c79e70ffb8c05f9c4fc8415572 1.00 MB 2,692 226
456,800 456,800 0000000000000000003977bf0577f0220a546645c7d6cb93f928d8d81d9923a6 1.00 MB 2,534 181
456,799 456,799 0000000000000000012c1bb3573ba322fe5a1625d3cd3bbfe72666661b4fc968 1.00 MB 2,176 161
456,798 456,798 000000000000000001d27561ce73de8e25ae8c71b0f14ca8493cd3b88e9cdec3 1.00 MB 2,291 209
456,797 456,797 000000000000000001705e70bba662375325973d1f46b9dc76a518ca0947dbe8 0.99 MB 2,451 117
456,796 456,796 000000000000000000877bebbe8f5b15d2a679fdd0dacac7c9c0a511e6a9df1d 1.00 MB 2,161 163
Previous 10 blocks ↓
Total Size: 769.05 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,627.51 GB sent, 93.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.