Loading Tool

Explorer IconExplorer

Memory Pool

77,906 transactions
28.65 vMB
0.10066631 BTC
Random Selection Loading Transactions
Max Size: 174.12/200 MB

Candidate Block

Mining Attempt 887c6ee93d6f65b67948e49f8c3db9d3ff5b74ad997136c40acdbbf0de3e55ea
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root ba2bb3799cb523843891c9c1cd0cd128f4cf2df3f9ee50b75531aaac8555e90b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,896
Size: 1.00 vMB
Total Fees: 0.03458667 BTC
Feerates: 201.07 > 3.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (698,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
216,420 216,420 000000000000013ecb140fff9c464af4e1865b12a417b85e9f3b56d1ac0df9a1 51 0.02/1.00 vMB 46
216,419 216,419 00000000000003843795a69abffdb085ee1d730059e469c37e62e30800e7341c 27 0.01/1.00 vMB 200
216,418 216,418 00000000000003fc90f5621c3ec5aad5166d8edb651c0bb3109e661ffa7de976 489 0.21/1.00 vMB 188
216,417 216,417 0000000000000230d9b538bb3a66ca9e781bec488b6bd1ef14322c06d562182e 92 0.04/1.00 vMB 192
216,416 216,416 0000000000000262d7a9525f431c16e9941a63f0cbf994f35aabfafd530f523e 83 0.05/1.00 vMB 139
216,415 216,415 000000000000001b6c58bdcb389ffe88482d5c952b849c8eb940d40babf10413 37 0.02/1.00 vMB 129
216,414 216,414 000000000000043e369138c253e26dfcdc97e32d92b9164fd5fa188e2bac24fe 510 0.18/1.00 vMB 228
216,413 216,413 0000000000000151a3e5f74671a15f9d92c2a40d6280a0284cd01cfebc4260df 383 0.18/1.00 vMB 115
216,412 216,412 000000000000016476e1614b3b47374fabdb68926c67cc6f3c6ae7187bde4ac3 352 0.22/1.00 vMB 172
216,411 216,411 000000000000006705d4058bab2ef02a448f8456c107eade0713d1eeba238642 468 0.47/1.00 vMB 22
216,410 216,410 00000000000003688c423308b0f8c3dd6b42f5dfa53e4fce1f4b1fbab0c58907 655 0.25/1.00 vMB 223
216,409 216,409 00000000000002b1012a2dc4130ce045529a2ecb3e260ac75cc05ef639ee3960 626 0.25/1.00 vMB 191
216,408 216,408 000000000000029a4d8598f7f50374f9120744a4f9735a6eeaf74ae92a95fed0 117 0.07/1.00 vMB 141
216,407 216,407 00000000000004a85ffdddaff1f0b7a09e2b735e2b6d8f7491514c2e7b891344 128 0.05/1.00 vMB 216
216,406 216,406 00000000000002b5cd764cb3203cae90c807c7aa10338b7508839d44856bf14a 48 0.03/1.00 vMB 67
216,405 216,405 0000000000000259b9caf0afeba277302e13ef25e1b6177c385732d45853a365 270 0.21/1.00 vMB 110
216,404 216,404 000000000000038b90645aa695804f511b7c85edf0ee629aac0f5a4a2ebc5619 768 0.25/1.00 vMB 266
216,403 216,403 00000000000003e72459ba19067eddffd785e949dbdbaebed148ba4b138a7f23 136 0.05/1.00 vMB 228
216,402 216,402 000000000000035f717f50f9c23b5c92ad65dc3e027d6f0c54f8516b83bf5bb1 8 0.00/1.00 vMB 12
216,401 216,401 000000000000002172bd1e3bd9f4ffde6bd4db9c5341cacc641a8e5c59846ea8 27 0.13/1.00 vMB 53
216,400 216,400 000000000000042b636db297ce8f5a7e0c3019f0de6e5f3ea81147902ba98089 120 0.24/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.90 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: 713.73 GB
    • Received: 17.45 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.