Loading Tool

Explorer IconExplorer

Memory Pool

82,852 transactions
30.41 vMB
0.14784595 BTC
Random Selection Loading Transactions
Max Size: 184.15/200 MB

Candidate Block

Mining Attempt d5ca715599b22b7297e6ab28b2f36834f81dfe9b71594652a763a709bb10fea2
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 63fc910c7b948d9e0005c95f1c70d0004016b626cd1652f3660f52ccf0569b6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,730
Size: 1.00 vMB
Total Fees: 0.06695331 BTC
Feerates: 150.61 > 6.71 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (97,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
817,331 817,331 0000000000000000000081cf4fd23f0f4c1595e61d7bc5b805b0bd29048ef0c9 4,335 1.00/1.00 vMB 337
817,330 817,330 00000000000000000002596e81e46268c57e47bd810f09162565e30c58a4fdb6 4,899 1.00/1.00 vMB 279
817,329 817,329 00000000000000000002aa5def2acac5d795b35f0ade3dd53140cbce6f1f127b 4,414 1.00/1.00 vMB 288
817,328 817,328 00000000000000000003a81069d48acdc79f3b1d689e8a4d9c804534e65ff5cc 4,492 1.00/1.00 vMB 248
817,327 817,327 00000000000000000002b04543d561a92844ad4aa201ab38938c02a42710cce0 4,061 1.00/1.00 vMB 283
817,326 817,326 000000000000000000023996eb7d2fd56e2b10f79600372fd4cf7df7437a193c 5,118 1.00/1.00 vMB 264
817,325 817,325 00000000000000000000a97042b5b6bdb052d815731c4633064ed93f930e7ab2 4,749 1.00/1.00 vMB 287
817,324 817,324 00000000000000000001cff27b223c5eebe44a897f8c496a1b0da1c77700f6dc 5,220 1.00/1.00 vMB 284
817,323 817,323 00000000000000000002cc73cbbc5dd8ee147c628759e83ece7153a1d738fbd4 5,050 1.00/1.00 vMB 292
817,322 817,322 000000000000000000011380c249ae02acc83e56151ce3693110f4936f350c88 3,772 1.00/1.00 vMB 341
817,321 817,321 000000000000000000006e229b1e24b7220e1164fc138f0c1ad3e0fb4a3a3b51 5,284 1.00/1.00 vMB 298
817,320 817,320 0000000000000000000225a025625eaa5abc3eecefa243cd374506ef4f6f99cb 4,515 1.00/1.00 vMB 305
817,319 817,319 0000000000000000000363029f0febd1866d50b6276d2980fb56a8c365012e9d 3,738 1.00/1.00 vMB 379
817,318 817,318 000000000000000000003312e393ae06df6c42d1192c9eaf3c249f064d97ac95 4,673 1.00/1.00 vMB 310
817,317 817,317 0000000000000000000091807f94f7dcc450f273f0a4a3e58a678597623b7ab9 4,082 1.00/1.00 vMB 251
817,316 817,316 000000000000000000029b5cd5f38bcd8a3de2a2fc1bc3771d4aeb51b18c6066 5,337 1.00/1.00 vMB 321
817,315 817,315 00000000000000000002a0fcea2abc550cb39148bb31557dd758441f10dc27ee 3,939 1.00/1.00 vMB 343
817,314 817,314 0000000000000000000325d876e23e5663db4fcba96951296db8758da15ee0ea 3,293 1.00/1.00 vMB 184
817,313 817,313 00000000000000000002b1b546f2d0d051497cb935a5b44032321d8abbb3ed12 4,397 1.00/1.00 vMB 341
817,312 817,312 000000000000000000001439e9f71747e77e71f75dc09b2da4ca24e60e811c61 5,431 1.00/1.00 vMB 344
817,311 817,311 0000000000000000000023697468af79c9db9716edfe7062cc7535bc0dd56156 4,568 1.00/1.00 vMB 378
Previous 10 blocks ↓
Total Size: 782.63 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: 672.32 GB
    • Received: 16.20 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.