Loading Tool

Explorer IconExplorer

Memory Pool

82,413 transactions
30.44 vMB
0.10409997 BTC
Random Selection Loading Transactions
Max Size: 185.75/200 MB

Candidate Block

Mining Attempt 496ab8f32bf324c7a096c85052ae10e596e08b20a3bacc883342489bbc079d9c
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root a71cf636aa6398662b99514d80de84429ce132ede6a6d5a64033fd9ed3506ae0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,728
Size: 1.00 vMB
Total Fees: 0.03303307 BTC
Feerates: 402.60 > 3.31 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (253,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,578 661,578 0000000000000000000b4a8f55ba8f9aa51e4c38d515e5b1a9c4889bd5146479 1,942 1.00/1.00 vMB 48
661,577 661,577 00000000000000000007d812ef8a8fd76c515c7751b4836e77b538e910535ebf 914 1.00/1.00 vMB 21
661,576 661,576 0000000000000000000ebe84a47ecaeaad0aa049b0baa7c0f990e0f198e30037 903 1.00/1.00 vMB 6
661,575 661,575 0000000000000000000a37dda700fa1525654a62dd7c2e7510287f4edd7bc831 1,958 1.00/1.00 vMB 18
661,574 661,574 00000000000000000001900ecfd4f9297f0b6301d0a3fac207ecb5973c78ffa9 1,884 1.00/1.00 vMB 10
661,573 661,573 00000000000000000007c8b33efdd8f13f50c682f20e0171947ad25e9147e19a 2,092 1.00/1.00 vMB 13
661,572 661,572 00000000000000000007c59159497e60746d51d88377948c541c6e98dd167444 2,473 1.00/1.00 vMB 39
661,571 661,571 000000000000000000088111af330adba3d0f6c4a6dfec60fbbe900f688502d4 2,479 1.00/1.00 vMB 60
661,570 661,570 00000000000000000007638b94ada4abd01f15a347850f807abbc4488b9af440 1,309 1.00/1.00 vMB 6
661,569 661,569 0000000000000000000de6ce8f743f7ce822d68ad88f19d6c33b3da667840082 1,365 1.00/1.00 vMB 25
661,568 661,568 00000000000000000004cb0ea5993e528134d76da82b7565a342f504106b9522 1,796 1.00/1.00 vMB 17
661,567 661,567 0000000000000000000de69d6780ee5a3480b45d78d21db90608b5416c18e058 1,746 1.00/1.00 vMB 14
661,566 661,566 0000000000000000000ca2ae1f12ec5f1ee89cf8913fa7513cb955fc9e74fb16 2,167 1.00/1.00 vMB 31
661,565 661,565 000000000000000000020ee493543950901aba711b26b588e0f3634571fa26af 1,643 1.00/1.00 vMB 36
661,564 661,564 0000000000000000000320284a9aa7fe9f1868c7c6cd5fb076f1f86459e1d377 2,822 1.00/1.00 vMB 66
661,563 661,563 0000000000000000000879fd7914598ffe0f13570238da77aba93b4b63865d48 2,080 1.00/1.00 vMB 41
661,562 661,562 00000000000000000003f6fe31ea3d1894368203cd3d38fd88cef42b8c034415 2,005 1.00/1.00 vMB 22
661,561 661,561 00000000000000000009e6c377e0623a5d6d9a2bd0e76833db1141ab2f1c7d7d 1,651 1.00/1.00 vMB 30
661,560 661,560 0000000000000000000d713de2a4ef8e1b272e6c8b114cda7c155f7fde4434f0 2,018 1.00/1.00 vMB 40
661,559 661,559 00000000000000000004bdea3b3da00f6c7eabdafb642d7f7937c58f289217b3 1,473 1.00/1.00 vMB 27
661,558 661,558 0000000000000000000851f5baa0c8e9109a6835cafc45a2b7f344bb89b1e0ef 1,423 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.95 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: 715.22 GB
    • Received: 17.67 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.