Loading Tool

Explorer IconExplorer

Memory Pool

26,820 transactions
17.68 vMB
0.03791863 BTC
Random Selection Loading Transactions
Max Size: 92.32/200 MB

Candidate Block

Mining Attempt 398887a0aa10a932261c2b149a7cb239139a044af779aef0f80691d1c4656f6f
Version 20000000
Previous Block 0000000000000000000096b1ade1f1f4e194d09faa659d256ec665bc712b1939
Merkle Root 87fd64a76050acce777b2df5bf0834bc169c6b4c3fc6579240911aaf8cf909c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,256
Size: 1.00 vMB
Total Fees: 0.00522036 BTC
Feerates: 100.25 > 0.52 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,130 (869,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
44,550 44,550 000000003042a0d5b4469a2ff345c1a643120abc707f4dd2ac08db53e327f5aa 1 0.00/1.00 vMB 0
44,549 44,549 0000000029cd1a072d8c8b498299f5a8fd13617004ca2522604bdcf2f719073b 1 0.00/1.00 vMB 0
44,548 44,548 00000000230878bbabf33079015a5282b73d27abbc65b124b52825cc930de8cd 1 0.00/1.00 vMB 0
44,547 44,547 00000000301d515e1b5be58a9d71d02cea68797a219e56e3862f719da95292ec 1 0.00/1.00 vMB 0
44,546 44,546 00000000101d87e9d1d0e75f9891f450c6798513ea92ea0944f89bc81a6673bf 1 0.00/1.00 vMB 0
44,545 44,545 0000000034cd4324e787099b07f70cdef4a7c841b16edf9c12378826e5a8b623 1 0.00/1.00 vMB 0
44,544 44,544 000000001484731d7b54e19dff51f1fbabebcdcc250a65102e01e4613dd6e0ba 1 0.00/1.00 vMB 0
44,543 44,543 000000000ddd3e5f05f2393dd2fea08ea84f44f1e4e52e9894b61f8c12ae660b 1 0.00/1.00 vMB 0
44,542 44,542 000000002c9b336ba16598dea48507b68428a8eb2a29d3b0d240f9d50dfdc290 1 0.00/1.00 vMB 0
44,541 44,541 0000000029f17c828c1fecd31fd34a1a538c00fea437060befe7d46a26af0c6b 1 0.00/1.00 vMB 0
44,540 44,540 0000000026101d77b53abb3b02f8da07a2a6a2c54aac2c501c6a35dd9321bc2b 1 0.00/1.00 vMB 0
44,539 44,539 000000000b5d64daa6f70eba2627275c7d8bc5732b0034f8c08c38c9443bdbc1 1 0.00/1.00 vMB 0
44,538 44,538 00000000000ed1f387c9095dee096c7529d3f05082421f2eb1e68263c10e1b8a 1 0.00/1.00 vMB 0
44,537 44,537 00000000134a42828e96ede15cb1f210a0cc691d4f42528196757193767a4049 1 0.00/1.00 vMB 0
44,536 44,536 000000000438e473ade861e6ec40a8296a752f286a170eab32558742c6c7a376 1 0.00/1.00 vMB 0
44,535 44,535 000000002093628575c024a48e8420421c8d3fc484cb3dd5f53f9c7a94be670c 1 0.00/1.00 vMB 0
44,534 44,534 000000002752463118ed00a5c15c9366c4ade2103aa3c344674771e331c8d67b 1 0.00/1.00 vMB 0
44,533 44,533 000000000ae81b1dcfc44411ce95fb6d53170799a031af1e0c1fdbb2f078239c 1 0.00/1.00 vMB 0
44,532 44,532 000000000b9b328e52e844a161418affc956a51b7a92f8cf78e093dcb41831c7 1 0.00/1.00 vMB 0
44,531 44,531 0000000007e570c0aac1d231b3f55fe71687d13eadb4e75162926b4fc5339852 1 0.00/1.00 vMB 0
44,530 44,530 0000000000e52eee310e44d0d35748cd162106f3e6691e057215d3419e5fae57 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.83 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 561.55 GB
    • Received: 7.41 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.