Loading Tool

Explorer IconExplorer

Memory Pool

72,672 transactions
28.04 vMB
0.06631260 BTC
Random Selection Loading Transactions
Max Size: 166.29/200 MB

Candidate Block

Mining Attempt f208542aa233a6051dbd3ffbde59db3c8a5c08d7a2dab214888dce1d72da6819
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 8059a9c78e11e7c5df44519b678fff563fa717b7200789cfc36720fedd40dbdd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,841
Size: 1.00 vMB
Total Fees: 0.01022269 BTC
Feerates: 150.93 > 1.02 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (569,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
345,992 345,992 0000000000000000159d794e3d2d67d4bffeb0363ac46894fd05e2478e7e0890 1,955 0.75/1.00 vMB 35
345,991 345,991 000000000000000002c979386293e8e8b5aef206ec730025995c0e5beff4d977 1,236 0.75/1.00 vMB 32
345,990 345,990 0000000000000000018cbd39a8a6bbb78a7d8633f4d8c6c115f0598b98f3358f 236 0.18/1.00 vMB 17
345,989 345,989 000000000000000010bc997c4dc6ea374e052efcce9a6b63b118eab85287bf67 514 0.32/1.00 vMB 23
345,988 345,988 00000000000000000cbe4a772b4dc65e5b593a8d539a0b6bd0afcc99ffb84e1b 983 0.48/1.00 vMB 24
345,987 345,987 000000000000000000c9fe32d5abdd9fe7528ac4e04885437c35d1cf505d5b84 304 0.27/1.00 vMB 13
345,986 345,986 000000000000000005eb1978980dd5b8eff207bb2b7bd4d11aa4d552f96d939b 1,560 0.75/1.00 vMB 28
345,985 345,985 00000000000000000aac6184cae43d477be02a37ca9554ec34f2501fbbfc9350 496 0.37/1.00 vMB 19
345,984 345,984 0000000000000000161c635872f50175c669c6ccefa5e7bfff131b2db014aaff 256 0.10/1.00 vMB 37
345,983 345,983 000000000000000014933012b071204b0d26bd8f83d9ab9e7a64bf9457923eeb 857 0.71/1.00 vMB 17
345,982 345,982 00000000000000001643d318abaab4dd3472c3a1ec7bc8d2ece6575e260107d5 1,149 0.35/1.00 vMB 43
345,981 345,981 000000000000000003e560d227c225b5cdf7bcee3358d53222d5d0af6240db4d 710 0.41/1.00 vMB 23
345,980 345,980 000000000000000012944f59a3f0e739165e0c678d96a9bfca3c24ea86d34b66 555 0.40/1.00 vMB 15
345,979 345,979 000000000000000013f0df9711f2af159175aeef23f711e1095f961a2cbcfc79 128 0.04/1.00 vMB 29
345,978 345,978 00000000000000000e434f21d542b5a8e5e13fa9c1d3c440df6adcc18f8fc155 1,257 0.62/1.00 vMB 29
345,977 345,977 00000000000000001698955ee78511c9b555c83d9e8a1a2fed555d5cdfa00450 1,335 0.75/1.00 vMB 26
345,976 345,976 00000000000000000199b8bd9451321add33465793a55e2eca1bd8133bb1567f 245 0.16/1.00 vMB 13
345,975 345,975 000000000000000016b9780dcafe1767cc7ff2bdd64a12fcf39b691b292c1f53 1,066 0.57/1.00 vMB 27
345,974 345,974 000000000000000006c2d3d41d47a8d0226ede860d209edea1a6e7108793a9fb 108 0.07/1.00 vMB 12
345,973 345,973 000000000000000005b58ce0f57847f0450c548c6315c15771f1ef4e211048b8 191 0.14/1.00 vMB 13
345,972 345,972 00000000000000000651099ca2cacd3b25c6b8253c2b6405c5b845e0c0727432 297 0.17/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.48 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: 668.16 GB
    • Received: 15.40 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.