Loading Tool

Explorer IconExplorer

Memory Pool

46,104 transactions
30.56 vMB
0.09727024 BTC
Random Selection Loading Transactions
Max Size: 157.19/200 MB

Candidate Block

Mining Attempt cf47bd02b4c5a8ea169a740e11c81507b07a6994316a6a5c547e474713d445fe
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root 3c42cbe8edf55e035e742c483e53ef0cb84a98cddfc247086c17719c06ea5fbf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,558
Size: 1.00 vMB
Total Fees: 0.03084048 BTC
Feerates: 100.29 > 3.09 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (527,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,109 387,109 000000000000000004f0baad232214d5160737702e217664a3d5006451fcef6e 2,363 1.00/1.00 vMB 37
387,108 387,108 000000000000000009a38d3df00677f1fff43f9d38facdf3a4cb8e05e35d0f8e 1,630 0.75/1.00 vMB 42
387,107 387,107 0000000000000000002c2971430401a19913d767f2ea032b319c33944244ed07 1,710 1.00/1.00 vMB 35
387,106 387,106 00000000000000000ac1469b2d2a49c51786bd14fe0b59145f53d3e14e76c87e 566 0.93/1.00 vMB 14
387,105 387,105 00000000000000000d125db5adbf345fcc89949b945d422a2d82f23c8b35fd53 1,849 0.75/1.00 vMB 38
387,104 387,104 00000000000000000cdf8def6ebcc1f7ec340fbabbf90b1fa6b9e7c239053c47 1,701 0.75/1.00 vMB 35
387,103 387,103 0000000000000000023b2d4dbffb48a2716018444f73166710270a209d2a87ea 2 0.00/1.00 vMB 0
387,102 387,102 00000000000000000b7affe0a58577f568dd1e2c9a8e06ad2c952455fbfb2305 41 0.05/1.00 vMB 13
387,101 387,101 000000000000000009760b01e171427b2e9d7256829df557e92ed7b6799e7aa3 2,306 0.95/1.00 vMB 33
387,100 387,100 0000000000000000046b46aa8a27efcfca8ab9f28bd274fd1132ce04c5877fe2 2,928 0.95/1.00 vMB 49
387,099 387,099 0000000000000000031b3f2298391e52c3aa94e1001d47afc115e165cdf5dbe3 293 0.18/1.00 vMB 26
387,098 387,098 0000000000000000029934d81fa3844904b891c7abb351616e58b3bb83dc5492 910 0.40/1.00 vMB 32
387,097 387,097 0000000000000000081fab48b0ed15f83f6fd71c8f99ae6840d132f34bf405f6 241 0.99/1.00 vMB 7
387,096 387,096 0000000000000000061322d67c8211c91ce3747f37b61571c7eb55e2623ff158 223 0.14/1.00 vMB 22
387,095 387,095 00000000000000000965adc22958f41ee77d539d3ee0effe5d681b4297827764 1,931 0.93/1.00 vMB 31
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
Previous 10 blocks ↓
Total Size: 781.64 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: 626.61 GB
    • Received: 11.68 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.