Loading Tool

Explorer IconExplorer

Memory Pool

87,579 transactions
32.08 vMB
0.14188826 BTC
Random Selection Loading Transactions
Max Size: 193.65/200 MB

Candidate Block

Mining Attempt f942c00f8707d9a664c4b42b93d214fb038d88127879242efd5ba77d8cfec9eb
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root ac67bd3e643095c163b3e18e750bc2fba81c93de247b2cd00fd3f978900d4629
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,709
Size: 1.00 vMB
Total Fees: 0.05177226 BTC
Feerates: 911.92 > 5.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (474,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,694 440,694 000000000000000002b146b3039c25850919a0c59239ed4bbd1c023cd9e25273 2,011 1.00/1.00 vMB 54
440,693 440,693 000000000000000002701d9a6b2ea85e185e07b3f83a7024989cf35bd92b20f9 2,661 1.00/1.00 vMB 92
440,692 440,692 000000000000000001ad9ed874da95393a94746d5eb84c9a0e5b3e4b1f59b4f4 1,782 1.00/1.00 vMB 64
440,691 440,691 000000000000000001a0167d2067897fb7832a2d00d6032ab388a52be8276188 2,651 0.99/1.00 vMB 62
440,690 440,690 000000000000000002c532e393d5f3d5329110b61fdfdf1fdfdfb707ca3a64e0 2,468 1.00/1.00 vMB 85
440,689 440,689 000000000000000000fcbcd0d86490681076064e0433cf864af6d11f06a848a2 2,252 1.00/1.00 vMB 101
440,688 440,688 00000000000000000397dd0992e5a581bd6ea038902d3d5e8c39cd851991ea71 1,970 0.75/1.00 vMB 84
440,687 440,687 000000000000000000e6cea216a80d61e6b0995b176dacd5f169edb288b66d04 2,570 1.00/1.00 vMB 114
440,686 440,686 00000000000000000139d00d0df33a08fa425d2f636d3cd56815476deaaf60a1 64 0.04/1.00 vMB 69
440,685 440,685 0000000000000000036878bfd7ef40663e18a1b5e14db05fa30d0c0dfee261ba 2,206 1.00/1.00 vMB 63
440,684 440,684 00000000000000000194d9b0a23733e94cd75f7de0aec8707348af81f3a12574 2,135 1.00/1.00 vMB 66
440,683 440,683 000000000000000002c4c828605e9f16a64ed57a37ae4679ff6db83d8c63f222 2,928 1.00/1.00 vMB 76
440,682 440,682 0000000000000000022ab801d7f13849e7dbc2052a2bfdcb9b7ab38abaf9a5fd 2,676 1.00/1.00 vMB 104
440,681 440,681 0000000000000000012a8d75df129c93f03f22c5afc8f90075deefbc78abf513 2,425 1.00/1.00 vMB 74
440,680 440,680 000000000000000002f00d8aee179a623bf2936e3e65aeab73b5a59b77a7dd7f 2,329 1.00/1.00 vMB 105
440,679 440,679 000000000000000002ddc75c8493675bb5104290fb1cc506d0596a11d01ed0b9 2,417 1.00/1.00 vMB 72
440,678 440,678 000000000000000001aec30ad7505b5886bf184b6c7b50fd08e77bef26bd7cbe 1,506 1.00/1.00 vMB 88
440,677 440,677 000000000000000002923a1b3ff32815f6b4d77dd5ed3c23e716c664d48bba05 764 0.75/1.00 vMB 115
440,676 440,676 0000000000000000021bf6a789f7b2b618c80a7e6b3a9bc5e638aad1fe4395a1 1,073 1.00/1.00 vMB 100
440,675 440,675 000000000000000000fd534daf81ef4def3b1570676f954d7170adcdaa71f727 2,334 1.00/1.00 vMB 82
440,674 440,674 0000000000000000010414102f66bd2883ff579dd8b401d0211e069c8b61caed 1,916 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.34 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: 661.02 GB
    • Received: 14.79 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.