Loading Tool

Explorer IconExplorer

Memory Pool

82,503 transactions
31.13 vMB
0.11918019 BTC
Random Selection Loading Transactions
Max Size: 183.12/200 MB

Candidate Block

Mining Attempt 01fa6e3c0747956068c4bfb30cd3d71ec00f42d5417bbfa454713361146dae29
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 1de17cb6438f8e504aaa5ea061d449fe7b3f17a81942d3234647145825dce9c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,718
Size: 1.00 vMB
Total Fees: 0.04055816 BTC
Feerates: 150.77 > 4.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (402,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
512,697 512,697 0000000000000000001f900a5667ef06189f8e34a2caf58a6a3fc40a69b0b1d7 1,414 1.00/1.00 vMB 32
512,696 512,696 000000000000000000084983814bf43d2a6b44beaa66f1ca2ebbd08ca9cb1589 1,247 1.00/1.00 vMB 22
512,695 512,695 0000000000000000002c2b14af9d4ffefe05ca5ca16422ee39715e88bf935aaf 1,717 1.00/1.00 vMB 36
512,694 512,694 000000000000000000478924d047e0ee885e1f8ca19c5b06daf352dbaa6e3716 1,702 1.00/1.00 vMB 33
512,693 512,693 000000000000000000503954d0f71ce85cf7f3804f26f4eca31f9ac0e1908f9d 940 1.00/1.00 vMB 12
512,692 512,692 0000000000000000002420508ecb3b05839692fef8d8fbed5df5d5cb826ea896 456 1.00/1.00 vMB 7
512,691 512,691 00000000000000000053fe1529b5aaa31cf94a09697ce628581065ff7c9fbd11 361 1.00/1.00 vMB 9
512,690 512,690 000000000000000000504eef9a251d1f8443efd3d677d20fe215e5fac93ebcb4 219 1.00/1.00 vMB 3
512,689 512,689 00000000000000000009de3e5d8e58cb708f5d47ce75564990fdd72ccdab2934 1,573 1.00/1.00 vMB 25
512,688 512,688 00000000000000000021506caf1d355d81007d952ab3b5a89f0fc16cb7975975 522 1.00/1.00 vMB 8
512,687 512,687 0000000000000000005463854d4551e467effb6d9d613cf4bbc5c93a90b41292 1,379 1.00/1.00 vMB 32
512,686 512,686 000000000000000000335ff3db12a4a190f92c3d76dd8ab18b96f8d9a38deea3 916 1.00/1.00 vMB 14
512,685 512,685 00000000000000000021da989e4499a2e7824fde96ea22bc8d344f018e726f8e 177 1.00/1.00 vMB 3
512,684 512,684 000000000000000000173f21b15ec79054f46f3275b0022a4c4048aaebf9534c 1,446 1.00/1.00 vMB 22
512,683 512,683 0000000000000000000c8fcec001296fb8905e83c1867137d1b9c7d9f7e1cee1 1,836 1.00/1.00 vMB 34
512,682 512,682 0000000000000000004440e427d1c011b5bb8d64f516b6999430c851ab7ff5cf 303 1.00/1.00 vMB 6
512,681 512,681 00000000000000000038d0093d0d0a0e6adfb5cd963e3e971c2d7696a40bc336 1,349 1.00/1.00 vMB 17
512,680 512,680 0000000000000000000db216d73a0f4f95b4c9d34eca499da06448bbbf46f34c 2,909 1.00/1.00 vMB 86
512,679 512,679 0000000000000000002ea28f3b665320d5444de41947c2abaf58e93da3e56786 561 1.00/1.00 vMB 14
512,678 512,678 000000000000000000091a414486c77a5d77ee816426b19ab3a0d54dd12912e5 1,933 1.00/1.00 vMB 25
512,677 512,677 00000000000000000015c03efb15b04bc08b493f0d693471248f14326143d030 2,602 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.52 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: 668.77 GB
    • Received: 15.57 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.