Memory Pool Memory Pool Refreshing

2,222 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,409 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 2,220 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,408 (902,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,730 5,730 00000000a591a0a31953764ac5bfa1f6b1ced9488d83147c7fd757382b2656ae 0.00 MB 1 0
5,729 5,729 00000000928d6e95db96fe3dfbee33d3ad024d8dce7ee8539b7e8126f452c2bc 0.00 MB 1 0
5,728 5,728 000000004fb37075fe8f2c9b0f1e51005036de6161a2a28f53486461c97cd966 0.00 MB 1 0
5,727 5,727 00000000d23c53595408fb2b5b21e97d816db497c199b662c3ebd1dee708ebee 0.00 MB 1 0
5,726 5,726 00000000ead5c4072bb32e58e150f28e520111a1447187976afca31153cfc838 0.00 MB 1 0
5,725 5,725 000000009efd230152ab33755a4da19ff606c3a2184afbb7bde450457bf015d1 0.00 MB 1 0
5,724 5,724 00000000da61c020641297f97ac9906ed11c91e0236c583c6d6b4eea9645bc68 0.00 MB 1 0
5,723 5,723 00000000bb271719209b6b8051633b84c6c9fd7f9ec03df1c66c7557486c15bf 0.00 MB 1 0
5,722 5,722 00000000b784e504878064739178668992d61454e62d4d85e6083df78885dd29 0.00 MB 1 0
5,721 5,721 0000000041abec76d6f4e55b21213743134b0d920f59234bd2b360b0667d4fb8 0.00 MB 1 0
5,720 5,720 00000000f186a4eb5955699ad0334f4726331c254f0259601d4150d2f19497d2 0.00 MB 1 0
5,719 5,719 00000000005cdd0f359287d4c5c9e3611c2cc53bc45010c1139bfc1660794ef3 0.00 MB 1 0
5,718 5,718 000000004fd3f62c52990111e9f9be4350c25bb978b7680a68d8aa61473100e1 0.00 MB 1 0
5,717 5,717 00000000a281b098c057b406e8de544ceb9d6f693c1875501d879532a1c2be72 0.00 MB 1 0
5,716 5,716 0000000054d9dfc9f9577a1f3cf9d2717fee8eac818756e801c34df54838b08d 0.00 MB 1 0
5,715 5,715 00000000c2b65b5f82abce58a34b062881a9877c4040e7ec0fd317ce1ad294c2 0.00 MB 1 0
5,714 5,714 00000000670c002eabbf8a7f82dc78015e9fdc87c353e6aa2f8c3e27e4a066e6 0.00 MB 1 0
5,713 5,713 000000007832443d72c1cda744b0f5cf1bf06f8aae84a82d1692cb63b7918cb6 0.00 MB 1 0
5,712 5,712 000000003b081994b01ed6693e8f33f6a4cc9a5fd94b9c037743ad9883489c72 0.00 MB 1 0
5,711 5,711 0000000012ba043f594c5d02b5726ef408a4798c1bec7ee64a42860232037c3f 0.00 MB 1 0
5,710 5,710 000000000f4a3e27d33ce020c4681a8bdbe02ca4fd3942c274643b5c04438fcd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.46 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,722.10 GB sent, 99.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.