Loading Tool

Explorer IconExplorer

Memory Pool

51,160 transactions
30.88 vMB
0.15731445 BTC
Random Selection Loading Transactions
Max Size: 165.50/200 MB

Candidate Block

Mining Attempt 26afd0400ac4f190ccdd1a37972aa84d4b1b3a938356bfbd4e8f4797792182bc
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 6bdd3943a74141c1ae4a95ebd5e1a3345959cd6fab5f9334c43f18e36019ae3c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,809
Size: 1.00 vMB
Total Fees: 0.08185867 BTC
Feerates: 200.91 > 8.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (461,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,502 453,502 000000000000000001cb64043661fb57f513969a691bacc093363dca79f9f2b5 3,349 1.00/1.00 vMB 63
453,501 453,501 000000000000000000dd09d8749965f8d3732cb991efac7726927987079eee15 2,171 1.00/1.00 vMB 90
453,500 453,500 0000000000000000011c3fac4175f724fae058b7c8adec478fd2f7653fdfcd86 2,202 1.00/1.00 vMB 145
453,499 453,499 00000000000000000025f5cee1fcd817565dfe822a7cdd2c8cfd88201b427b27 2,217 0.99/1.00 vMB 115
453,498 453,498 000000000000000000aed77ef3e5f267763b7fe0c7208e90293a4d38b604fee3 2,202 1.00/1.00 vMB 124
453,497 453,497 0000000000000000016c467460b2c9801be083031c5a1f82e92235a1327f4c3a 1,990 1.00/1.00 vMB 106
453,496 453,496 000000000000000000d22c5d8668dd281166991f1424fa91a65933239899b0a3 2,433 1.00/1.00 vMB 89
453,495 453,495 000000000000000000fdf03aacb1d92b2b9e81834c63c3a9769d72c8bc7b931d 2,376 1.00/1.00 vMB 104
453,494 453,494 0000000000000000025c930c7820f970682c5b7fcc307fa49ebbfc8cc9800163 2,062 1.00/1.00 vMB 118
453,493 453,493 000000000000000002054157bd79d254dc97ebd478e3819d5dfb367885cfa596 2,221 1.00/1.00 vMB 124
453,492 453,492 0000000000000000022e51737261f07d716fadc5de4a60ba1c6ed5bea8c6b534 2,676 1.00/1.00 vMB 160
453,491 453,491 000000000000000000e0798b4aaa69284af1058c4b95e46e326b00ff13be5e8f 2,808 1.00/1.00 vMB 212
453,490 453,490 0000000000000000028e3b0f90f4a6a2db98123677238579df41b66b7a494949 1,625 0.63/1.00 vMB 136
453,489 453,489 0000000000000000005ea734d93e8ecdf7bbcb6c6f209efd2a25f19dab5f61d9 2,687 1.00/1.00 vMB 82
453,488 453,488 000000000000000001df581fc437ca28ffd5d82994282aafdb19a43c6fdccc47 2,524 1.00/1.00 vMB 88
453,487 453,487 000000000000000000809e144e80ebd38f33ac14f2202fb12ca188db6479cd5c 2,165 1.00/1.00 vMB 122
453,486 453,486 000000000000000000f674271b6473ac36d1054afbc8a40d6006c9ce99542143 1,328 1.00/1.00 vMB 78
453,485 453,485 00000000000000000077cf86f54da44e0e7d15e304bcbb1a1be3a966725d241b 2,011 1.00/1.00 vMB 93
453,484 453,484 000000000000000000a9fab57e4cb02ceb5fce92118f4be1d540b71284210a40 1,297 1.00/1.00 vMB 86
453,483 453,483 000000000000000000a51375b25dac10680a0785ccd03e6f084b4ee24965ed47 2,328 1.00/1.00 vMB 147
453,482 453,482 0000000000000000018757909379275098cdddc487a7269016d06e2a4e8e0901 1,589 1.00/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 782.08 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.31 GB
    • Received: 13.53 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.