Loading Tool

Explorer IconExplorer

Memory Pool

77,898 transactions
29.64 vMB
0.10791584 BTC
Random Selection Loading Transactions
Max Size: 178.13/200 MB

Candidate Block

Mining Attempt f8db0c0ba2cbabcc8f7b3fdd46e12eef31f494334c9266f142336f006934be21
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root bfddccff58cf3409064e210028ab0f6b76bb057b92d25d6980b9fb725dc8b4e8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,859
Size: 1.00 vMB
Total Fees: 0.02988702 BTC
Feerates: 401.83 > 2.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (307,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,385 607,385 00000000000000000008c993cac0c0eace6fc8de26d7ed7580a6a0afb20795c6 3,041 1.00/1.00 vMB 17
607,384 607,384 0000000000000000000e66baf79fb2a9bfde4463d18152666dfe2500684a6a1b 2,041 1.00/1.00 vMB 18
607,383 607,383 0000000000000000000f45213212850ed9ebe9dac4b25cb65db7a06b51852409 2,396 1.00/1.00 vMB 24
607,382 607,382 000000000000000000066b7e481469f3e034a37c12078822195251a7216b31c5 3,012 1.00/1.00 vMB 23
607,381 607,381 0000000000000000000fe2142a92bd52c8b1fe17ea7240a913a4eef1f99f1dca 2,663 1.00/1.00 vMB 11
607,380 607,380 00000000000000000009f37651f3a8345aa1aa3a89d1bbaab4e73aedd68b8da1 3,014 1.00/1.00 vMB 26
607,379 607,379 0000000000000000001020b59ef2cebd3741ea9247a0ee30dd859e02e2c5c00c 2,615 1.00/1.00 vMB 26
607,378 607,378 00000000000000000009ee9cad611a8ec03d907b051b75e7da6a16ef1948a698 2,071 1.00/1.00 vMB 14
607,377 607,377 000000000000000000141d7719dc8269fde7a5db7ce4248a6fec38dd868cbc82 1 0.00/1.00 vMB 0
607,376 607,376 000000000000000000049e499b6f7fba6d8e75bd2b9e957a1dc2cdd6ac21d141 2,392 1.00/1.00 vMB 27
607,375 607,375 00000000000000000011ee8496e1cb90d3880ef65d812d0593b959067c7d63f6 1,575 1.00/1.00 vMB 19
607,374 607,374 0000000000000000000e77dd679d528e0b4c8b592aae4eba602664eaa35f0255 1,237 1.00/1.00 vMB 72
607,373 607,373 0000000000000000000659907335ef4319371c6ebd410c0d0f5571f99c3341ce 2,686 1.00/1.00 vMB 7
607,372 607,372 000000000000000000096742a19e59b0068da26f3435a3c36d0177fb9e178259 2,988 1.00/1.00 vMB 15
607,371 607,371 00000000000000000015bc2d13af6a3b6e337d7a08191dc8a1cb368ff871c037 2,351 1.00/1.00 vMB 21
607,370 607,370 00000000000000000000a78efd16790a84abc3b4127281134c68778e572029fb 2,691 1.00/1.00 vMB 13
607,369 607,369 000000000000000000105abaa9cb2b3aa66d9cd82e14f8dd60d576efbb33146d 2,629 1.00/1.00 vMB 12
607,368 607,368 0000000000000000001174ae81e173089ea9f483702007b5220f2fc9f29eb597 2,770 1.00/1.00 vMB 20
607,367 607,367 00000000000000000000d996390f751dab0c6fae309f399f2cb18f235b6ea7b4 2,050 1.00/1.00 vMB 9
607,366 607,366 0000000000000000000a9d8ca0ca0275a8b42fdb0eb328158c811e6f66fd2c0b 2,468 1.00/1.00 vMB 15
607,365 607,365 00000000000000000011c0a46e4e4b4e333a7c29b0299ce68c20f9bc6cacff2d 494 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.86 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: 713.04 GB
    • Received: 17.28 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.