Loading Tool

Explorer IconExplorer

Memory Pool

32,584 transactions
26.31 vMB
0.07963132 BTC
Random Selection Loading Transactions
Max Size: 132.05/200 MB

Candidate Block

Mining Attempt 8083b69a2fa4419f8473150fb8243c5d1ecb0ae3bfb7e2e06d5659426cc2c98c
Version 20000000
Previous Block 00000000000000000000f40d95165f1e56554a1a7c25dc329e090a256a29726d
Merkle Root 87940cdeb4986c755e449ab16575c569c303adfdf8292c545e1954821fd70e41
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,375
Size: 1.00 vMB
Total Fees: 0.03117766 BTC
Feerates: 477.45 > 3.12 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,281 (797,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,121 117,121 00000000000005e677b2f838e94e236d34a80b95156fda7b2044301291e4fef9 11 0.00/1.00 vMB 323
117,120 117,120 000000000000878488ae972e451dce0b67e8b50e3d7ed2424a69b0ffb9f95c02 17 0.01/1.00 vMB 171
117,119 117,119 00000000000049f10753d34a32ccb99ddfe4556e6ed920e161e563d9a28bc1b7 10 0.00/1.00 vMB 328
117,118 117,118 000000000000275c65541b49a7b57f321def5c6cdd3a6dc799a58395fe6ad8d2 11 0.00/1.00 vMB 586
117,117 117,117 0000000000009c66a1e4058187fb203bba2e37044e294393ae6890db0317ea9a 9 0.00/1.00 vMB 0
117,116 117,116 000000000000acc1b6d910c8609ad1b028436a5ba35f2abe28feb9d5258bad08 18 0.01/1.00 vMB 906
117,115 117,115 000000000000a044b6f781e74e54fa48e55c76ae9abf96b4104f1d9c20a791db 12 0.01/1.00 vMB 608
117,114 117,114 0000000000000fc31b16254e6eae28a2bb2c3cd2b6b1acdff0f893d5b685d5a6 9 0.00/1.00 vMB 0
117,113 117,113 000000000000342637a18ba9dbef6b24783c5cf597ed294d14182e3bd219b09b 9 0.00/1.00 vMB 353
117,112 117,112 0000000000007adc528d0c9bcaa8b59d4d74731b197e74f0245edcf3821e1d82 10 0.00/1.00 vMB 316
117,111 117,111 000000000000af3fa8e1453ba3f16e2e2a6e38c40f76a8b84364d5129b042de6 12 0.00/1.00 vMB 802
117,110 117,110 00000000000034acf47f99113cfc0d559524c817896d53f145e51ee2731079d6 41 0.01/1.00 vMB 767
117,109 117,109 0000000000005e048ce749e11a3eaf034a8e5d67b7a594e93d6c5ddba137f201 11 0.00/1.00 vMB 841
117,108 117,108 000000000000373840bca5088eccf266ebffc46fcd8db2af7c08415ef2a56a99 14 0.00/1.00 vMB 1,319
117,107 117,107 0000000000002f0ba7264765afeab51dff45ca5c8632d279d8995afb44efab1b 16 0.00/1.00 vMB 652
117,106 117,106 000000000000ba1f050065a55296fca5202c562accc0ac9c3f977988b59a1b4a 54 0.02/1.00 vMB 558
117,105 117,105 0000000000001ffd245400b97cdbc66407fdceba0f2a7858a9148d03feca697a 17 0.01/1.00 vMB 1,794
117,104 117,104 000000000000450129378a04607ddb796b2e069ad9605500c0329645f897516b 11 0.00/1.00 vMB 0
117,103 117,103 000000000000033adb66dc9443c9dc78df6802b29f1a6fc204eb1890866b3075 30 0.02/1.00 vMB 887
117,102 117,102 000000000000bd06ded508e2fa3946654633ff9c3f8fe704524f63272841f942 9 0.00/1.00 vMB 0
117,101 117,101 0000000000004319070e4f7d3a5e4fe928122155555a883f437a671eb3840108 23 0.01/1.00 vMB 226
Previous 10 blocks ↓
Total Size: 781.09 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 579.10 GB
    • Received: 8.84 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.