Loading Tool

Explorer IconExplorer

Memory Pool

40,173 transactions
25.85 vMB
0.05509974 BTC
Random Selection Loading Transactions
Max Size: 134.57/200 MB

Candidate Block

Mining Attempt 154e7a8749f98e1567bf65c0f3731054bed759b9615f9ced8aeb7c09bddcc276
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root eebdc8b3fd3f09e9add67907f47134a0032e810b51b9c676f0e91cac16525cdc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,693
Size: 1.00 vMB
Total Fees: 0.00812342 BTC
Feerates: 100.00 > 0.81 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (134,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
780,042 780,042 00000000000000000003127322b1a2fb5a0bbdb4e299a196a40e9759684abd8b 2,133 1.00/1.00 vMB 51
780,041 780,041 0000000000000000000196368bb9a448a11a0304a259790c0fca90423c9864c4 1,776 1.00/1.00 vMB 38
780,040 780,040 000000000000000000041a81ab9d4456dbdec81594e776ea391efc6608d6bf1e 2,412 1.00/1.00 vMB 18
780,039 780,039 00000000000000000001ce570c21108d57bc1b478602e34eafd36332c039ecbc 2,307 1.00/1.00 vMB 25
780,038 780,038 00000000000000000004240be898e8c782c04d430ce8563d5a3d1eab674cf5a0 3,792 1.00/1.00 vMB 50
780,037 780,037 00000000000000000002fc651a99f285b665ac93e0b60dccbb56b1aeacb924ed 3,222 1.00/1.00 vMB 44
780,036 780,036 00000000000000000001332015fb5ced8822a580b2e2c33e93daecdd7a15790e 3,573 1.00/1.00 vMB 39
780,035 780,035 00000000000000000003669128c1b9e5b29d08580b6980ff27e584f148c6453c 3,698 1.00/1.00 vMB 47
780,034 780,034 0000000000000000000378a5b539a2cd64b4cee3895973efc5f449c8f8eca3d4 3,261 1.00/1.00 vMB 60
780,033 780,033 00000000000000000004bafe193d29770e0253c2f76a1f6a36bda1d447b27204 1,721 1.00/1.00 vMB 22
780,032 780,032 0000000000000000000443bbfdc07e4472ccfd3b3a658298462ab14f8c08f5ee 2,092 1.00/1.00 vMB 20
780,031 780,031 00000000000000000005ae2d26e36788a3f4f2770495c5c6cf2e2e75cf8ec33c 3,435 1.00/1.00 vMB 34
780,030 780,030 0000000000000000000213dcf51592ff4f697390c54c03eae10d3b534a865382 2,746 1.00/1.00 vMB 23
780,029 780,029 00000000000000000001c4eeba298d99c1b329eb842c0f5854079f7dee569e66 2,454 1.00/1.00 vMB 17
780,028 780,028 000000000000000000032fe0d917289ec64b1e78c47bcab98308403bea32afb5 2,725 1.00/1.00 vMB 38
780,027 780,027 00000000000000000006273a85d45069743581790540fd8f4aefd820f635666e 1,774 1.00/1.00 vMB 23
780,026 780,026 00000000000000000001cedebd7a43a3fac8ee6caaf6e2775dcefd92ea3ff1ab 3,000 1.00/1.00 vMB 24
780,025 780,025 00000000000000000002776a8ce3ff5416701e2eecff4a2e40cc13632819325d 3,555 1.00/1.00 vMB 38
780,024 780,024 000000000000000000062a1153e5a5149581281f23d242b3f33b69084d3e9a23 2,998 1.00/1.00 vMB 34
780,023 780,023 00000000000000000005a1e7c37aae0aef92d99227c80b3b13da41e70ea00f77 3,472 1.00/1.00 vMB 42
780,022 780,022 00000000000000000000f2c44debc62ab06d5d570754ec164a6ffee7224cab1b 3,937 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.20 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: 653.95 GB
    • Received: 14.06 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.