Loading Tool

Explorer IconExplorer

Memory Pool

46,210 transactions
28.17 vMB
0.07463356 BTC
Random Selection Loading Transactions
Max Size: 149.12/200 MB

Candidate Block

Mining Attempt 319efc0fd6f01f4f67b3ffda9b5e6e1ed88bfda8d1659d4a89af480c0b767f28
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root 55cf48c8640289e4b35017304ea4f5ce155c501fb5b1ba9ac647f9c0feeb9fdb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,909
Size: 1.00 vMB
Total Fees: 0.02028466 BTC
Feerates: 101.53 > 2.03 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (316,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,814 598,814 000000000000000000047772b5faf31db6117b23b1cbc9527d0d9e79c00b8744 2,167 0.58/1.00 vMB 17
598,813 598,813 000000000000000000017f753867651d6484a67b839a505c51455d9c15e069ae 2,684 1.00/1.00 vMB 26
598,812 598,812 00000000000000000011da782a7a047aaaa2359f7b551d226f83171d31b66849 2,128 0.61/1.00 vMB 16
598,811 598,811 000000000000000000018fccc67799c8dbcc4ab49a9945eaf69fc585c89354ab 393 0.09/1.00 vMB 26
598,810 598,810 0000000000000000000514ebd5796f9612ad6f50ff2cd5be8d8d4f23051bb415 2,605 0.68/1.00 vMB 19
598,809 598,809 000000000000000000015d9a789b21bcdf33e592709e2176fcf55f13ca2838f1 3,132 0.92/1.00 vMB 8
598,808 598,808 0000000000000000000314b28877ee94012e8f39c1cb5152e8371bcbaab29bf4 3,283 1.00/1.00 vMB 27
598,807 598,807 0000000000000000000f3f8e29b42cf449f03930d215045b83415633119cbb61 3,293 1.00/1.00 vMB 24
598,806 598,806 0000000000000000000c3cd7fd4a5198fe0865f720ac3a98ad8ec70ad6e1ed59 1,963 0.65/1.00 vMB 2
598,805 598,805 0000000000000000000093919e58b3c781cebe7e558c219243bf2d6d42e83026 2,809 1.00/1.00 vMB 30
598,804 598,804 00000000000000000001cf42a0711a90ac59a670a1a0ad9407de53cad02d67e3 764 0.20/1.00 vMB 21
598,803 598,803 00000000000000000006788e404bd583939d989c4a118f6e4a157b1d2506104c 1,319 0.42/1.00 vMB 18
598,802 598,802 0000000000000000000226bee5a2dc6f0711d167b2e8a8d1283b92f208ad0f5e 1,441 0.46/1.00 vMB 15
598,801 598,801 00000000000000000005d69fcbec1e078abe27cc5ba99a4ddecaaf3cb7ab0fca 493 0.13/1.00 vMB 18
598,800 598,800 0000000000000000000bf4f5b3fa98ee1e2a78200c624ad5c94396e56f6bf4b5 1,199 0.45/1.00 vMB 17
598,799 598,799 00000000000000000009c4e1d4e04544342f6e333c3ed3e79bac150c37b528ac 71 0.02/1.00 vMB 24
598,798 598,798 00000000000000000015367baa676b5628674546d0b1c936ee2772f900e5288d 1,600 0.55/1.00 vMB 18
598,797 598,797 00000000000000000003ad5fa68fb8be6d599218866cdd102f795c4406fb4a0f 1,475 0.71/1.00 vMB 14
598,796 598,796 00000000000000000005f58388c9cda94ec7ba5fbfb3d1801a3304dfad62b6bd 3,504 1.00/1.00 vMB 18
598,795 598,795 00000000000000000013872f82e7ca108e355b6773f7234464342d3c0761c578 246 0.07/1.00 vMB 23
598,794 598,794 00000000000000000000d958edfc64f07ae48bf8ace7802d5b9462b1dbc8370c 1,320 0.40/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.28 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: 656.76 GB
    • Received: 14.43 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.