Loading Tool

Explorer IconExplorer

Memory Pool

72,519 transactions
28.05 vMB
0.06886646 BTC
Random Selection Loading Transactions
Max Size: 166.08/200 MB

Candidate Block

Mining Attempt 2a4055ef2751953d7829cdea3da3f519b0cbacf9ff24457f35bebe5abdccb61c
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root bfd62d7a5dd75485ff582933ecc931f03f39eb9185d4faa59f2b0a12283de859
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,576
Size: 1.00 vMB
Total Fees: 0.01285075 BTC
Feerates: 157.46 > 1.29 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (318,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,397 596,397 0000000000000000001169aa93e45337ff114bcbef85b5a6ec9204082ef14a6d 947 0.43/1.00 vMB 9
596,396 596,396 000000000000000000040cc08f95277aaaaf654578d21fb528543d5a6722689b 2,445 1.00/1.00 vMB 11
596,395 596,395 0000000000000000000c4d5e9648baa7d5a388a37e6aeccc8f6681b28c94abe5 2,773 1.00/1.00 vMB 17
596,394 596,394 0000000000000000000cdfb31edebecae1d210eec2445183c66569aaf7e2987e 2,961 1.00/1.00 vMB 41
596,393 596,393 00000000000000000007b7cb2a95d375166b115b7fe74ef4bb30a5fa0bc549ab 2,520 1.00/1.00 vMB 22
596,392 596,392 00000000000000000016b4a08a52a21c2da89e07ecb7542703b8e1a0650f84a8 2,741 1.00/1.00 vMB 31
596,391 596,391 00000000000000000010e5e1b8245800c6723a39174f981ad6b43e6be9808165 3,018 1.00/1.00 vMB 45
596,390 596,390 0000000000000000000e3e0e29cb6d2c40123dfc22ae310028359f32442fde86 2,916 1.00/1.00 vMB 16
596,389 596,389 00000000000000000002853e0ef2a402bd5db49c8c6a6e3863cca65c2982a6f9 3,150 1.00/1.00 vMB 35
596,388 596,388 0000000000000000000a5082e8e9d25ce97ac7fb8cc3835e7f5783fc6eca1dc1 466 0.14/1.00 vMB 27
596,387 596,387 0000000000000000000ca100353b8dd7334d7ebed455e0583222edadcbd35475 1,682 0.80/1.00 vMB 13
596,386 596,386 000000000000000000088e0df731b9e95061bde16e5a712a6c9a3c93fd3e488c 2,138 1.00/1.00 vMB 24
596,385 596,385 0000000000000000000e5fac7a00e394f46cbbd5f28035c96d06989420a1ab26 2,690 1.00/1.00 vMB 10
596,384 596,384 00000000000000000011acc282e45a497cdfa930144ffe341a499ce1f425fae6 2,581 1.00/1.00 vMB 19
596,383 596,383 0000000000000000000668b9ffc7905afc8ea8efd0ba028e168bbde0f81863c8 2,507 1.00/1.00 vMB 24
596,382 596,382 0000000000000000000947b7f07d083316bbe1417596760e77340434fcf5bcae 2,742 1.00/1.00 vMB 21
596,381 596,381 0000000000000000000331d35658a286b74dc266bd9c165d30916326353185e0 3,005 1.00/1.00 vMB 39
596,380 596,380 00000000000000000011341d69792271766e4683e29b3ea169eacc59bde10a57 2,623 1.00/1.00 vMB 16
596,379 596,379 00000000000000000010b595463f6299d2973ab2ec821486d9074276d2b95259 2,585 1.00/1.00 vMB 26
596,378 596,378 0000000000000000000dd36e4ed4d52ee3425496b8e65bd70b426a7ad236bb1d 2,988 1.00/1.00 vMB 29
596,377 596,377 00000000000000000009c8f48d8fb27458b8fab0b16a8d0dbef4006daf155b90 3,060 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.45 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: 667.51 GB
    • Received: 15.26 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.