Loading Tool

Explorer IconExplorer

Memory Pool

46,124 transactions
28.54 vMB
0.07640919 BTC
Random Selection Loading Transactions
Max Size: 151.72/200 MB

Candidate Block

Mining Attempt 605e6f0996cb58172f8e19419039b9eb482f7a3abd836eaf08665d81852bbec1
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 8eb3f32d5510dbb9ed3b2e388cd9e076243b0b3b622f86a19217fcc3d4752318
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,142
Size: 1.00 vMB
Total Fees: 0.02230449 BTC
Feerates: 100.23 > 2.23 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (568,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
346,478 346,478 00000000000000000e66d55d2bd4875f8b128e3b5cc90ae799238c4da7f56474 269 0.13/1.00 vMB 79
346,477 346,477 000000000000000000f8b3275ec56a69ce2896df4a81ac1e801b95d143b9bc38 1,418 0.69/1.00 vMB 26
346,476 346,476 0000000000000000078fe19a813baaef0af791be59bbf3a9343404ee801f601d 1,025 0.57/1.00 vMB 23
346,475 346,475 00000000000000000cb2528f3bce18a55c4c409f37b42d22b46a8605c4eb48e7 271 0.16/1.00 vMB 45
346,474 346,474 000000000000000011187dd5d1e764e0e54bd91125fce3198fb154e2d8148789 1,009 0.69/1.00 vMB 30
346,473 346,473 00000000000000001340163a7c2836515955d4ff368e0862975ca819f8467f8f 1,302 0.75/1.00 vMB 26
346,472 346,472 0000000000000000007dc92b9f92998ae7a5591dba1a164e341fee1f1b30c1df 114 0.10/1.00 vMB 50
346,471 346,471 000000000000000002f3fd80b806921ea546e4782cb2d0024e6ecbc7cf1f2cd0 1,194 0.75/1.00 vMB 23
346,470 346,470 00000000000000001043758ad69e3c6e751d5a2b5a549bde0c7cda7b8ed8ae91 336 0.15/1.00 vMB 41
346,469 346,469 0000000000000000002386be35a463a45dd1716b0ab4effd509d00e5f64184c5 958 0.50/1.00 vMB 11
346,468 346,468 000000000000000012c05ae28f80b7754d3b47f71a6395e32a577fe1b68d6292 757 0.77/1.00 vMB 17
346,467 346,467 00000000000000001433ee2224b526cc068371afddacb3d0098c5c80f3ce32ea 1,016 0.75/1.00 vMB 22
346,466 346,466 00000000000000000e4ac5090cc7782be4d0f892ad5894e08a9e0e4b43479ac1 1,174 0.75/1.00 vMB 22
346,465 346,465 000000000000000004972ded6bda82341db0f0aeae11114edd1067345e98124f 2,396 1.00/1.00 vMB 32
346,464 346,464 000000000000000004beae8988215ffba543cd514e846bc4f4a4626be3efa236 1,685 0.75/1.00 vMB 29
346,463 346,463 000000000000000004f04bacb2debd1f90d7a4f0afc5542456498cbe8b49bace 2,056 0.75/1.00 vMB 34
346,462 346,462 00000000000000000a45bf39872d07320d25e482bff520774279f96fd057cfc6 301 0.15/1.00 vMB 35
346,461 346,461 000000000000000005817b5e156e2cbf44ca3a6ba7a866849e1341ae9362ac83 121 0.11/1.00 vMB 13
346,460 346,460 00000000000000000352604ca0f11c17b24f784fab9617537300ff5a1cf42cc0 708 0.42/1.00 vMB 24
346,459 346,459 000000000000000014befcd96640ddff9c5ef2cd66b97cc078b4d53b7fb1c849 867 0.43/1.00 vMB 26
346,458 346,458 00000000000000000106bfbdb5c7f9bccc6c215030c43de7a4bdc034925113d6 1,073 0.55/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.11 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: 651.98 GB
    • Received: 13.67 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.