Loading Tool

Explorer IconExplorer

Memory Pool

84,521 transactions
22.88 vMB
0.07326229 BTC
Random Selection Loading Transactions
Max Size: 153.02/200 MB

Candidate Block

Mining Attempt b5de17f8770bd7447f7b9ba69cc253350960d2b81cac6a746cce54eadf2814d5
Version 20000000
Previous Block 00000000000000000001ad95c24dc68c4f74adf4b23991316558d4fac06e488b
Merkle Root 070b06e19b96b3cfe0e1a1a7ebeafb3290a8e8fb1aa37505aa9355a30cd88b45
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,660
Size: 1.00 vMB
Total Fees: 0.02021297 BTC
Feerates: 547.95 > 2.03 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,160 (907,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,070 9,070 000000008a7dce4e8860ea16a68932b492dacadf2f093a066e535c581b7ee402 1 0.00/1.00 vMB 0
9,069 9,069 00000000710587f7287724069f6e9c0266cac0fd334435efe8af228b7d9269a2 1 0.00/1.00 vMB 0
9,068 9,068 000000002dd130f8c71b6daaf45d330e9fee8b0b48bd35d8400f17de41769313 1 0.00/1.00 vMB 0
9,067 9,067 00000000e49bdcc21050b26aa589674b27b57c1b7d487af694c79997be574bdc 1 0.00/1.00 vMB 0
9,066 9,066 000000005703c320776c4ccb4140781e0d14f504d73ea45b6327cfa2ca0ec008 1 0.00/1.00 vMB 0
9,065 9,065 00000000af232d6445a1f73540ffc5294805b202819f341f3947b24335285e4a 1 0.00/1.00 vMB 0
9,064 9,064 000000009124fb96be321a11f2cc8550c8f8336fae21fa3589f59f4c4eff7a0f 1 0.00/1.00 vMB 0
9,063 9,063 000000003b89eaf7515f9d5445a550e904aac936d8c8a1ef6d29805ab00fb25e 1 0.00/1.00 vMB 0
9,062 9,062 00000000f223596b03ce2b9996a2c74101cfe7f3aabd306a7c92a799a3a831d0 1 0.00/1.00 vMB 0
9,061 9,061 000000001a8eabe6211605a4c827f215acb3dcdfd00c66874d4358b9ec30a748 1 0.00/1.00 vMB 0
9,060 9,060 00000000c0aba4339f7db7148c87ef284fcf580183252c797f89cbaa339ec661 1 0.00/1.00 vMB 0
9,059 9,059 00000000eb8c12cc256bf23dc6cf4769463757e65db3683277513fe5a3597a63 1 0.00/1.00 vMB 0
9,058 9,058 00000000970a3b8dd07707ab6707a616a6f70e23bc63a273533166468cd407b6 1 0.00/1.00 vMB 0
9,057 9,057 000000007463719f5e0ecc07bd6d5c5c0d3fd567025b1af9f545943270ea4dae 1 0.00/1.00 vMB 0
9,056 9,056 000000008b782db48929338ef530f230f44c313fbbd39edfac1304bee1c2a6ad 1 0.00/1.00 vMB 0
9,055 9,055 00000000e25dc130fc90b0dbfff374fa88b28613cf4ea8aca73ddc0bbe56695b 1 0.00/1.00 vMB 0
9,054 9,054 000000001b93604460bb1146613ce5cd7aa13fb22bbd561c960759b729fc6d62 1 0.00/1.00 vMB 0
9,053 9,053 00000000e72bcf1aa4e8cb917b76259064c92e5673cbcbbc9557a55a34516fe5 1 0.00/1.00 vMB 0
9,052 9,052 000000008e8e06813da4d90b6e4e88a35b552d730f1fba0ae557707d362a6f47 1 0.00/1.00 vMB 0
9,051 9,051 00000000ecd78365eaccf46fe35f61aa1b4d79888c3a50cd781f061b6010d18d 1 0.00/1.00 vMB 0
9,050 9,050 000000009a3062e2131984c6cf0b589c1eff5c9a50ff663c23e39670d325ee26 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.39 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 818.87 GB
    • Received: 24.59 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.