Loading Tool

Explorer IconExplorer

Memory Pool

47,365 transactions
22.85 vMB
0.11267099 BTC
Random Selection Loading Transactions
Max Size: 127.70/200 MB

Candidate Block

Mining Attempt 70c3c4df3aaff1a355483d8b5920794303ccd41df317501104186ad1cacf9244
Version 20000000
Previous Block 000000000000000000010af14abf3268910c2119088b119fa85fc48f0443cc77
Merkle Root 21b90eaabed7b8aaaa2cf3be77910ea413cb563e6bd2df8a764b7dac7b81986e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,894
Size: 1.00 vMB
Total Fees: 0.04432972 BTC
Feerates: 1,163.36 > 4.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,096 (869,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
44,529 44,529 000000002fd6d01dc1f8e69b287d257ec28169f3f888c061a7ff17f74e862391 1 0.00/1.00 vMB 0
44,528 44,528 000000002377c8fb71c39571c4637a18650938fc7b304b3e642d23047d2ff6d7 1 0.00/1.00 vMB 0
44,527 44,527 00000000235188d72530c3ad5a2b786c12b832743ed88339aabd1b61b340038e 1 0.00/1.00 vMB 0
44,526 44,526 0000000037fef6e5a49edabcd803f9fb1611ef46055db16f8236865507e35103 1 0.00/1.00 vMB 0
44,525 44,525 000000002f8a956c2616c2b130f8a7bfbb0b7944fe8990987410985b84d819bd 1 0.00/1.00 vMB 0
44,524 44,524 000000002cdc6373eb9a97c9b982adf548ec32d01899c9dad4dfb740d848b254 1 0.00/1.00 vMB 0
44,523 44,523 0000000035a21ddb246cc22c38cade05b384ebac6c618e5bc2998b054a3a5a93 1 0.00/1.00 vMB 0
44,522 44,522 0000000030d1c9848b67be4bf845a3698e821db671c03550a4be63fb20e5b49e 1 0.00/1.00 vMB 0
44,521 44,521 000000001e696d0673a2b074bf9e4942c6672b1c166a4b8721b56c0621911f96 1 0.00/1.00 vMB 0
44,520 44,520 000000000f8aa838ddecb9ad704c8dbcc7b0f49f90b0d1d35b4a48ee4ccb2471 1 0.00/1.00 vMB 0
44,519 44,519 0000000035b183187980d118389233cc8e8ef2299fdf61e5dd358cb05cfbcd3d 1 0.00/1.00 vMB 0
44,518 44,518 0000000009811e41c1c63732a1ea1a06014d7f312e67e63e333ce2c6384e4ecd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.77 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: 558.84 GB
    • Received: 7.13 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.