Loading Tool

Explorer IconExplorer

Memory Pool

79,031 transactions
29.29 vMB
0.09630850 BTC
Random Selection Loading Transactions
Max Size: 177.00/200 MB

Candidate Block

Mining Attempt 56a7cacf8e31ea515263003c97bb48abe0d442770442d3e5328d7d26bf51ba6e
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root fdf3861ba770fee5c901d76139461c3260bcd6b813baa43b0d1b5ff31b5a5d9f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,237
Size: 1.00 vMB
Total Fees: 0.03443005 BTC
Feerates: 150.62 > 3.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (260,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,993 654,993 00000000000000000000a0f8b03ea83598018c780adbfc6f1be7c21354d76ab8 2,578 1.00/1.00 vMB 110
654,992 654,992 00000000000000000005c0d3c3685812e7ffa8a802a52fd78b33e5ee449adc62 2,166 1.00/1.00 vMB 118
654,991 654,991 0000000000000000000765a7ec15643bbd3f51af2bf42e56a4f9383e07c6df4d 2,991 1.00/1.00 vMB 246
654,990 654,990 000000000000000000036d4cb07a95673c0747f4ba3bc69c615770e5e6bf3331 1,979 1.00/1.00 vMB 79
654,989 654,989 0000000000000000000a2be9b1e294bfc4b10ce91ccead03024a3295c1a99604 1,412 1.00/1.00 vMB 136
654,988 654,988 0000000000000000000823620c349d22825538f8465e2517888534125f2fb825 978 1.00/1.00 vMB 180
654,987 654,987 00000000000000000004711b939c47219efcce244a183a3f65a0d16d2a80b5a0 1,438 1.00/1.00 vMB 191
654,986 654,986 00000000000000000001f03f41f61f39e29630ee49f883b4b2d607cc23677132 1,058 1.00/1.00 vMB 178
654,985 654,985 00000000000000000002352393edb5cd92afaabd467acff3cd8607808238a610 1,323 1.00/1.00 vMB 304
654,984 654,984 00000000000000000007297e4d3519cf436c00e4891b3413309d20c7dc2a7015 2,339 1.00/1.00 vMB 253
654,983 654,983 00000000000000000005396feacb1af1bcf9a3068755b5fd05968ec5e21065da 2,077 1.00/1.00 vMB 54
654,982 654,982 0000000000000000000b1b7cc93b2c0c2401b3f114e299bd0a96bc6c49a37101 1,772 1.00/1.00 vMB 104
654,981 654,981 0000000000000000000718cb9cba56d3ba06f0c908089c1b99cd4d5e35f85a46 1,782 1.00/1.00 vMB 84
654,980 654,980 0000000000000000000b016f9f09ff9d69b3361fe36e7056a8184e0b618a1ebf 1,539 1.00/1.00 vMB 97
654,979 654,979 0000000000000000000631587a52826b70e46b347ced3f700834f25d3d83b3dd 1,472 1.00/1.00 vMB 53
654,978 654,978 00000000000000000006c3cb8ffb0a472a0a0e5f98214680f53b67cfcffedbf2 2,320 1.00/1.00 vMB 163
654,977 654,977 0000000000000000000bada9a7678fdc7bc56442977be7f06c750e3c39c76d2b 1,806 1.00/1.00 vMB 139
654,976 654,976 000000000000000000036f86ea7ffaaf9fba381b14d8e608a47aa60161040101 1,953 1.00/1.00 vMB 66
654,975 654,975 000000000000000000067eb45b16eedf8ba0c60615342f756dd2456259087a12 2,260 1.00/1.00 vMB 76
654,974 654,974 0000000000000000000a92bd5217022760a476a663b5cd107819a773d15ff6c2 2,594 1.00/1.00 vMB 83
654,973 654,973 0000000000000000000b9a173bc90bf3303b2ce3ab06da284347aae292903f13 2,328 1.00/1.00 vMB 206
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.