Loading Tool

Explorer IconExplorer

Memory Pool

85,752 transactions
33.06 vMB
0.09442042 BTC
Random Selection Loading Transactions
Max Size: 195.80/200 MB

Candidate Block

Mining Attempt a8dcf678a0455893ea25913e9e15aaf6ab4629b7c0b9c394e2081600a43e581b
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root ab772a823d64b301324f466ff66f61bdb71e2d615d68e9e9593071a96bc77099
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,279
Size: 1.00 vMB
Total Fees: 0.02866194 BTC
Feerates: 150.67 > 2.87 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (316,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,816 598,816 0000000000000000001113c5a4a6db6e966531c087f084e4fbc5e668a6d7945e 380 0.10/1.00 vMB 20
598,815 598,815 000000000000000000007c37113198140c619a4767f9e48ae3010dd92dcb27b3 218 0.05/1.00 vMB 27
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
Previous 10 blocks ↓
Total Size: 782.30 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: 657.40 GB
    • Received: 14.54 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.