Loading Tool

Explorer IconExplorer

Memory Pool

36,814 transactions
27.06 vMB
0.12441037 BTC
Random Selection Loading Transactions
Max Size: 138.37/200 MB

Candidate Block

Mining Attempt 702ba0374bab9ddc78498a18fc5d0c38029b07ff905d38ef4da27e2cfcd09dfc
Version 20000000
Previous Block 00000000000000000001d10f3c2b2b81e003e8edca0e608ae1ec4d6ede707251
Merkle Root ae1a5f95a2bc04a9b0b40c8299faca6213775785bcf3d067244c713be0468159
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,947
Size: 1.00 vMB
Total Fees: 0.07383526 BTC
Feerates: 401.82 > 7.40 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,278 (894,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
19,764 19,764 0000000011aee8e45502787c6703a0122590f944e1bfec10c11289cc5d289861 1 0.00/1.00 vMB 0
19,763 19,763 00000000af9a4710a702cd297ba6fc9c8833f2adc4332a1ef2030e97b943064e 1 0.00/1.00 vMB 0
19,762 19,762 0000000081e2529ce1aa86da5ab7498de6f1a1e507e5727a923b36a996754764 1 0.00/1.00 vMB 0
19,761 19,761 000000000470f729b2d832e2fad379d969b0e546489353c15abcd55574b21b05 1 0.00/1.00 vMB 0
19,760 19,760 0000000077dc1656c54be31cfeb5eb3563d079fa68d7636b57012536ed22e25f 1 0.00/1.00 vMB 0
19,759 19,759 0000000016dfc2c4a75221789147bfe04372185600a53ad26a27d027916f5e3b 1 0.00/1.00 vMB 0
19,758 19,758 00000000a72515ee9690480c05b2bbf50ba076b242f9665d78239f84a30c5b00 1 0.00/1.00 vMB 0
19,757 19,757 00000000930fa22490cbbb63902d1b3e5eab91b4d341ff3e9efd54d5894d9e17 1 0.00/1.00 vMB 0
19,756 19,756 0000000067e205c7d5980243644ad1f9e6f7c81fe9ed106a72958138e5247a3f 1 0.00/1.00 vMB 0
19,755 19,755 00000000214493e395e8a5c4632b9cee95c28ce766f6d5074ba44241410cc21d 1 0.00/1.00 vMB 0
19,754 19,754 000000007f70b46a3e40d6be398f69ca565a7d3fbedea7f69dd50b0372ed5aeb 1 0.00/1.00 vMB 0
19,753 19,753 00000000779c865a077649141f06991fd8020d84221eb1da8efa6877a0579f3c 1 0.00/1.00 vMB 0
19,752 19,752 000000007cc3ce8322312208664774a539b95189633a4b36974572e6c6a567b7 1 0.00/1.00 vMB 0
19,751 19,751 000000006eb1f3f643723c68b4fd83992961123e8b4ad883314dd8b7701d1805 1 0.00/1.00 vMB 0
19,750 19,750 00000000601b857d2c0b2d0861194552897ad9f90c4425091165c753d1d914b0 1 0.00/1.00 vMB 0
19,749 19,749 00000000d250194709685643e2d66709686ecf3be87f4a2d66db5a7312154a32 1 0.00/1.00 vMB 0
19,748 19,748 00000000abd52f99fb9057a9d39ade2c551bbd945ab39d4908121ee4f9172cf7 1 0.00/1.00 vMB 0
19,747 19,747 00000000911d1c1bbe93baf70996bdcbbe221844e15bb2825c9f31c3967ee0e9 1 0.00/1.00 vMB 0
19,746 19,746 00000000dc245f1173b2f0e1281265029e50780d7f1125efd53baed3fe5b25b0 1 0.00/1.00 vMB 0
19,745 19,745 00000000bfd90ede1493e343ed420a6bdff526a249fb97cac99613f383165c67 1 0.00/1.00 vMB 0
19,744 19,744 000000004bf19fda1cf94a6cb5f89443263eedf7d0688bf2c955b0e37e809ddc 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.09 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: 578.69 GB
    • Received: 8.81 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.