Loading Tool

Explorer IconExplorer

Memory Pool

87,910 transactions
33.01 vMB
0.12950533 BTC
Random Selection Loading Transactions
Max Size: 198.09/200 MB

Candidate Block

Mining Attempt 8f4dac1446699c540f7dab54da1358cc7ae37047b371aa323ff85e79c1d5fb04
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 014cd2e7388be3211b2f6018f36ba437c8b1e1593bf5b6ef5622faf5c16472fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,431
Size: 1.00 vMB
Total Fees: 0.04733276 BTC
Feerates: 218.18 > 4.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (310,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,610 604,610 00000000000000000003f1fcf326efa1c23cc2c18aee38d67f192fe76cb8c108 3,154 1.00/1.00 vMB 18
604,609 604,609 000000000000000000100c3361c2db45ff9fc0afb8c1e8c4b72a4ee70ae764db 1 0.00/1.00 vMB 0
604,608 604,608 000000000000000000142e1e9f57e99d854736c590c3b733324fc84f127b6a68 1,013 0.27/1.00 vMB 18
604,607 604,607 00000000000000000005460cbbded42778579db4ee0066a1b7052615024271f7 2,178 0.64/1.00 vMB 17
604,606 604,606 000000000000000000042157387cc2487f5d711f11b1d25a758f1edd16b39882 1,215 0.33/1.00 vMB 22
604,605 604,605 00000000000000000011c7f28f9817d5e9e64a5090dfab9ca0a2734ea46df4be 310 0.09/1.00 vMB 21
604,604 604,604 0000000000000000000da1366ca34e9883cd364dbc04047b7643043d5fad50c4 2,924 0.93/1.00 vMB 21
604,603 604,603 00000000000000000003cb69ba25b2b69f1fe632c840978058e3f872d0f852f0 489 0.21/1.00 vMB 27
604,602 604,602 000000000000000000042570cb059efb837fdf446101aa2cd791f4d569df224e 2,293 0.69/1.00 vMB 7
604,601 604,601 000000000000000000143076999c72af758a792417e3ca8206c3b959cf9aad8f 2,555 1.00/1.00 vMB 18
604,600 604,600 00000000000000000014a2327f8a0451033749b0391742c4fdbc80c0748daa69 3,061 1.00/1.00 vMB 30
604,599 604,599 0000000000000000000956b0a42660317b2f8e20d53dc9ab1f4e495361cf2100 2,519 1.00/1.00 vMB 21
604,598 604,598 0000000000000000000b9bccfee30402facb86a5aa13d5d97b5506e2d0916b00 3,387 0.99/1.00 vMB 19
604,597 604,597 0000000000000000000864b1320e85698b25723f012c528a9af4f3a6b0a93a55 166 0.06/1.00 vMB 25
604,596 604,596 00000000000000000003e7124509796d4f15ef47fedc71c79cea60d1ff503410 1,480 0.54/1.00 vMB 21
604,595 604,595 0000000000000000000c0c3da5d12c2e91cdc5c5d52227265b885a3c369a8574 1,943 0.63/1.00 vMB 23
604,594 604,594 00000000000000000005fa3e303c796a499d9f97c303a2d4c73b0ec88b361231 2,787 0.97/1.00 vMB 19
604,593 604,593 000000000000000000107cdd54b3107ab686ecca0da2079d45af06e3fa604dfd 1,377 0.41/1.00 vMB 32
604,592 604,592 0000000000000000000fdfb13ba350e6dec13f9e6121abac6266e2b78c8ca1f4 3,047 0.84/1.00 vMB 19
604,591 604,591 0000000000000000000f6ce8c38a49d8de03fcae66ef1ef159dc60e23e112784 1,869 0.55/1.00 vMB 21
604,590 604,590 00000000000000000014f0f7e4efbd5747ce799b44a71fd3f576dfa1e9ec0994 518 0.13/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 668.88 GB
    • Received: 15.62 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.