Loading Tool

Explorer IconExplorer

Memory Pool

38,685 transactions
28.66 vMB
0.08946399 BTC
Random Selection Loading Transactions
Max Size: 145.08/200 MB

Candidate Block

Mining Attempt 10a5dc4a9a0b66a5e7dd7e7498330f10f3c394423e2101bd9590cf2ec5e76daa
Version 20000000
Previous Block 00000000000000000001157a4311de69a70f52c462fcca1444599cbf87c6de5f
Merkle Root 28b2c9b314bd3d5a6cb697a05924f827e3f2ef52c833eac44cd09100943a51f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,365
Size: 1.00 vMB
Total Fees: 0.03402687 BTC
Feerates: 101.65 > 3.41 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,541 (527,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,094 387,094 000000000000000000918c4932506ee3c42e2c8b094d89db6ea53b277edaa2d7 1,558 1.00/1.00 vMB 26
387,093 387,093 000000000000000008d87c98c72fff19cdd701f8d8089123f17b437c701e220b 2,533 0.75/1.00 vMB 53
387,092 387,092 0000000000000000091838e77e20576b3d48b644e5576d1c6481e911b2e4006e 1,894 0.95/1.00 vMB 37
387,091 387,091 000000000000000003889d3b76d9ec8d22d1cdac8fbe0d5bd208ae05d198d4e4 400 0.19/1.00 vMB 43
387,090 387,090 000000000000000006ec08c5e6d256e4ba1497e4885e0596f33c0824223bbced 1,133 0.99/1.00 vMB 20
387,089 387,089 000000000000000006169eb8cdc26e2bc4412c15e1e28958391e66211e88ad5a 791 0.91/1.00 vMB 16
387,088 387,088 00000000000000000a50ce874471a2fa70629639ec11f20e1ef4077d9b673cb5 289 0.16/1.00 vMB 30
387,087 387,087 0000000000000000031adc404a0e2935380b3b85b6e8af4f7811cd323b5bef03 522 0.21/1.00 vMB 36
387,086 387,086 00000000000000000bc69c8ad7e0dd1923d7c81a39b4d344ec892ebd21c8305c 521 0.27/1.00 vMB 36
387,085 387,085 00000000000000000dbe811a963891dfc8b3a6f1efa178db9c0bb0d325ea58be 305 0.15/1.00 vMB 28
387,084 387,084 00000000000000000b04fdff69d4a6ffc10903c5d1543690fa62719aec80c3d8 1,388 0.55/1.00 vMB 35
387,083 387,083 00000000000000000c7e9c68f24cd724ca84ab8820775613963185c040124582 1,327 0.72/1.00 vMB 28
387,082 387,082 000000000000000001f0672444250bf8949c73b1500a15dcc63c3315b8331acd 2,477 1.00/1.00 vMB 39
387,081 387,081 0000000000000000062226a205cce8735fd644d73ceaa40b1ba1f6c6723a1104 638 0.30/1.00 vMB 32
387,080 387,080 00000000000000000d14d9e9530fb961b81fd473eb9f3a54fe4a95f7366d4458 1,113 0.56/1.00 vMB 33
387,079 387,079 000000000000000007d0c125903e7cc8d13462b7f6863496b9ee4d1eeb693789 457 0.19/1.00 vMB 44
387,078 387,078 00000000000000000cc00848354baa58e01b210faa910da8206ebf72d5fa9a73 189 0.13/1.00 vMB 9
387,077 387,077 000000000000000000df1bc570ce0ee1846635d4cf4d0a2b30ee1c28119ea814 1,238 0.67/1.00 vMB 31
387,076 387,076 0000000000000000063e5a37daa1592c9c0a996b3d009477b9fc80fdf1c962fc 837 0.45/1.00 vMB 28
387,075 387,075 000000000000000002a8b5182b31f12654e47dca01b6ea5686e566d4ce363801 753 0.30/1.00 vMB 39
387,074 387,074 00000000000000000ad3193b733b3c39cf678844e23825d514c21130dcefc484 1,056 0.51/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 781.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 622.63 GB
    • Received: 11.35 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.