Memory Pool Memory Pool Refreshing

432 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,799 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 431 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (727,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
180,009 180,009 00000000000001e601c4602d70ec0997e360959441722b0d8bfb3cdb12f4b242 0.02 MB 74 183
180,008 180,008 0000000000000367e873d3ffc6866786102aefbd72bfa948ead025ea17deea55 0.05 MB 131 104
180,007 180,007 00000000000008abbfc86f61ebe85ff36ce9aa5e96b3eae48dd7b04622763744 0.05 MB 96 114
180,006 180,006 00000000000003c04ab74d5ee83f1dc43af6f0f471bef49f036f10127fe14eb5 0.03 MB 87 125
180,005 180,005 00000000000008b10c2ede54cd3d8fc5a65a4fb9ab3979912b91779aa3a6aa57 0.09 MB 230 128
180,004 180,004 00000000000000c97413b86b1981997835e73cc6f5a3fffab6d498f439138613 0.11 MB 256 192
180,003 180,003 00000000000006b150f51cb9ac2422859bb7d48fb702ca245127b65efed3d014 0.00 MB 1 0
180,002 180,002 00000000000002bbabb0a3812a41ac23fa232261b90cb187cb87a21eeef40269 0.04 MB 74 107
180,001 180,001 00000000000002b833041fa0a23d7f8c2442781ff33062fe5c483288cf151e74 0.05 MB 130 281
180,000 180,000 00000000000004ff83b6c10460b239ef4a6aa320e5fffd6c7bcedefa8c78593c 0.10 MB 235 244
179,999 179,999 000000000000081cf8364f90664aed75ce3733126200adfb957c92e8d437c55b 0.05 MB 133 265
179,998 179,998 000000000000064cb691e44abe6139fd7f4d808cce47c5f66bc9a494535cada3 0.00 MB 15 40
179,997 179,997 00000000000008170b0fa56ed262dfab4be90da47e83a7d0502360da1513d25d 0.07 MB 146 163
179,996 179,996 000000000000047ad03ceb6660f4cf699c129518805b7f587deca0e953b0cff0 0.04 MB 105 148
179,995 179,995 000000000000037beb4d8d58887243c8ac2af541dec036d0aadb332ca37ffd49 0.11 MB 223 173
179,994 179,994 00000000000002dea636e65e79da947a59c17811dcca3fe4f804dfdbf9927bd8 0.14 MB 310 168
179,993 179,993 00000000000004a944c741edd761d8ce557444e4cec964e1d9bb2889211f170f 0.02 MB 44 641
179,992 179,992 00000000000007427f6e825b7973b1ea7586a4d985c5d6b92008f0cd7fe36deb 0.08 MB 172 86
179,991 179,991 00000000000004eb1f7f36ca2b400d5d89204eec49a27964e60b0e8e91bc708e 0.16 MB 308 101
179,990 179,990 00000000000002957e02dcd71d8bcb9eaac6cdc38d633fbb6decd06f7e870534 0.12 MB 256 157
179,989 179,989 0000000000000943fca9951f6dfc9efe75a1fd14c609890769e4c8d9b3a75a8c 0.02 MB 39 42
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.76 GB sent, 93.70 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.