Loading Tool

Explorer IconExplorer

Memory Pool

43,568 transactions
26.49 vMB
0.06333759 BTC
Random Selection Loading Transactions
Max Size: 139.10/200 MB

Candidate Block

Mining Attempt 087d03a17362af70400b21333237983f7169eae8d8379e0351d8b8ea67a60d48
Version 20000000
Previous Block 00000000000000000000a60f0cc25e0059f039a7782b5ad6e6e075a606bef2df
Merkle Root 180936c5badcf26613161c38c28b377e00ebcf29b081badfbca068d1d4ff3535
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,241
Size: 1.00 vMB
Total Fees: 0.01467521 BTC
Feerates: 150.61 > 1.47 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,758 (790,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,420 124,420 0000000000003daadd969dd00619eb5ab173ca054607164402072e05d47c76d1 43 0.01/1.00 vMB 2,247
124,419 124,419 00000000000055ff595861413716cd8905d73c1cf885b0c9fd17b7c9e73323b5 10 0.01/1.00 vMB 607
124,418 124,418 00000000000053ab10e3978a3f97b1c87a251ef66326115fa2dbf907df0c15e4 17 0.01/1.00 vMB 904
124,417 124,417 00000000000036d6a555415b6a6a3028abce5a86c82dacbb1ea94c5a8a7cb250 11 0.00/1.00 vMB 925
124,416 124,416 0000000000002e8b000f64581c46a7f7bb6ca2c3a0528ef70febe399b1b4e882 23 0.01/1.00 vMB 1,036
124,415 124,415 000000000000040abfd4d4aa7c4fdd68fa0e628da9b5fa0096229edcf97c2fa4 9 0.00/1.00 vMB 11
124,414 124,414 0000000000004627e2e512afe0682e462850901bc3557f0245f724921b841568 28 0.01/1.00 vMB 1,299
124,413 124,413 0000000000005761bee5734ab92277af3e3fc61444527021883b316c6e9c599c 11 0.00/1.00 vMB 0
124,412 124,412 000000000000121f95058f04148e23d4d80674f39cac119d6e3d69b819111199 6 0.00/1.00 vMB 0
124,411 124,411 000000000000544209d3d624a27828aef96474e69360414c736c078e0585237c 16 0.01/1.00 vMB 953
124,410 124,410 00000000000023cc0419562ae71b38ebaba96ecdc7630c0f91b490501b8800da 10 0.00/1.00 vMB 606
124,409 124,409 0000000000002cf383c26913ed87718579360de3f7e78d5f4ab06e69f150ee61 21 0.01/1.00 vMB 770
124,408 124,408 0000000000003d2231c5dda61d3d91b9c7e8ffe7fb53b61817ec8a48fb99037a 37 0.01/1.00 vMB 160
124,407 124,407 0000000000003b6bddd2db6496dc353fa02ed48bf44a096406ecbd9d1fae1cd9 12 0.01/1.00 vMB 732
124,406 124,406 0000000000003f6516e74f90147687307319a16e86c27fcfc5d9d46f75ca8907 3 0.00/1.00 vMB 4,158
124,405 124,405 00000000000001bde5a7d0291381a8c83e10647b014eacc8ec2e9d0265e2eab7 26 0.01/1.00 vMB 130
124,404 124,404 00000000000037c1e0a2049d842e98b0b18a4f3099b428356a01de474766ee8a 30 0.02/1.00 vMB 289
124,403 124,403 0000000000005aabb6ca05691752c9c50cc1d22cc08a9940e19f888f74c7e39a 15 0.01/1.00 vMB 149
124,402 124,402 0000000000004a6231acc102ee31bcfa958fcdb59ead8e7ec6ac19f4e740c4ed 2 0.00/1.00 vMB 1,709
124,401 124,401 0000000000000457a15d1d72099da0d64c908c20d88ec34438e117ee378c0fcf 28 0.01/1.00 vMB 1,231
124,400 124,400 000000000000572481367b1ba1f5a871838183c510c2419590a4e1ff877f3e75 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.96 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: 647.47 GB
    • Received: 12.94 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.