Loading Tool

Explorer IconExplorer

Memory Pool

75,419 transactions
27.79 vMB
0.07983446 BTC
Random Selection Loading Transactions
Max Size: 169.04/200 MB

Candidate Block

Mining Attempt ec60bc0b98231b78b576cfb46406493ef8414467642fcbd04647fc83de2c75bc
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root ef7e08eec6212e00001811f8852d84c7a6c7d8e32f334a4e6aca2aee758b78d1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,632
Size: 1.00 vMB
Total Fees: 0.02028471 BTC
Feerates: 151.01 > 2.03 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (120,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,651 794,651 0000000000000000000120e0305e8f7513a869b899666ad8b6b1766f5d635e60 2,248 1.00/1.00 vMB 29
794,650 794,650 000000000000000000044c5513b7cbf2b1a2ec356582dd4f30a7fad0a7c8d331 3,483 1.00/1.00 vMB 51
794,649 794,649 00000000000000000000b4285066f6b8b214967f7fd832e79deae73277aafd58 2,780 1.00/1.00 vMB 26
794,648 794,648 000000000000000000014b78754a42a0614d981f89026e1b0f4c957fdae5ab6b 2,104 1.00/1.00 vMB 42
794,647 794,647 00000000000000000000feb7cfb6614fb612a2d8352118d2a8cd9a1b6fa4b85c 2,319 1.00/1.00 vMB 29
794,646 794,646 00000000000000000004e5d98bb2009f76e875fba2f05b9f808a1f08091c22ad 3,735 1.00/1.00 vMB 40
794,645 794,645 00000000000000000000ec9ebfd78a2fa9f00823c30efef54467d890f1e12336 3,572 1.00/1.00 vMB 46
794,644 794,644 00000000000000000004ec40c21680a635b6c809c375db1d8252c8a18cae52c5 4,125 1.00/1.00 vMB 49
794,643 794,643 00000000000000000001abde8971db9e62af02c85b0ec0d95c1fb159402990e6 3,121 1.00/1.00 vMB 62
794,642 794,642 00000000000000000001c88b9da211976ee0fbeb84b2901f3b2f2cecd6db9a42 3,112 1.00/1.00 vMB 62
794,641 794,641 00000000000000000001cfdfe19284d0bfc79df2f424a31d6a8341b690498961 2,276 1.00/1.00 vMB 26
794,640 794,640 00000000000000000004901abe30858725de3ec88f292a0e9cdab1a262d68ca2 3,176 1.00/1.00 vMB 36
794,639 794,639 0000000000000000000231f530d59c70fe227fe8f076e4b6f5ca7701694dc8b3 3,950 1.00/1.00 vMB 47
794,638 794,638 000000000000000000006703a36a7ad09630e1bad88c7ceda35cd436a6215b70 4,185 1.00/1.00 vMB 44
794,637 794,637 00000000000000000002fac82663a06407b8f3d2338fd85e8192748b09018ba2 2,984 1.00/1.00 vMB 54
794,636 794,636 000000000000000000030ed776db24e8d44fc0455c19ddeca4566e104ce0fcef 3,614 1.00/1.00 vMB 53
794,635 794,635 000000000000000000035e5107a2f24cd24509e6b6fc1d28fc3d223e999da78c 2,780 1.00/1.00 vMB 72
794,634 794,634 00000000000000000002be4be8ac072045440c0fa7c4abcd7b80e737d799c3c4 3,128 1.00/1.00 vMB 47
794,633 794,633 000000000000000000012dd01ed30c0423cb3cb86fbc6bb55f67af0b7bde9427 2,591 1.00/1.00 vMB 27
794,632 794,632 000000000000000000046fe46d54f8c9297e30c1845f9eeccbe40cf881a9640d 3,130 1.00/1.00 vMB 32
794,631 794,631 000000000000000000037db4de2b1f9f5b74caab6e8fd2c65ec17e7a53aaad84 2,553 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.94 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: 714.90 GB
    • Received: 17.62 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.