Loading Tool

Explorer IconExplorer

Memory Pool

77,421 transactions
27.93 vMB
0.08555572 BTC
Random Selection Loading Transactions
Max Size: 170.24/200 MB

Candidate Block

Mining Attempt a091af9313fc636a723d1c61263077cdae1f638349d3bb8da41f8738106f4649
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root 0f86d2fd2eeeb4d615d06bb92ff640df05962ebe512e6918ad5cbca4fd8d40cc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,096
Size: 1.00 vMB
Total Fees: 0.02555162 BTC
Feerates: 402.60 > 2.56 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (180,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
734,556 734,556 0000000000000000000079bef628a9fc7bb12fd5a6e0b5d25974e44a1f184dee 1,107 0.51/1.00 vMB 4
734,555 734,555 00000000000000000005a170e0fa89cdb1b1a071c3bf6b44f61b9b8970cb627a 3,111 1.00/1.00 vMB 9
734,554 734,554 00000000000000000008777b3aacd63c884f8baf5e6af0e66b73c3b267fd9372 1,855 0.70/1.00 vMB 7
734,553 734,553 000000000000000000000f15f50b74f3b13fd19c270d8b1a2c34ed803151135e 2,261 1.00/1.00 vMB 6
734,552 734,552 00000000000000000006b9c0809f641c4256303c6804f19ece4884589bb0d0ff 2,390 1.00/1.00 vMB 10
734,551 734,551 00000000000000000008a4e20c4dd87fcda60e7c33eb5c2b700d500e3ec9e8ce 502 0.27/1.00 vMB 12
734,550 734,550 0000000000000000000480b76d75cb2c100875b709727b226593709d42b88e83 695 0.22/1.00 vMB 9
734,549 734,549 0000000000000000000386186b3104621653e34c0e9cc5f9aa50176d8ad7ed5d 862 0.47/1.00 vMB 2
734,548 734,548 00000000000000000004af9d5e22e6001a2a3c64134f5c310ec887b57848e867 2,492 1.00/1.00 vMB 2
734,547 734,547 0000000000000000000672ee98c3c53677d6fc3d143e30fb2ec41e3181c32386 3,066 1.00/1.00 vMB 8
734,546 734,546 00000000000000000008c9d22f7e9e532362e8fda8438e6233b4d4e3fbab5790 2,148 1.00/1.00 vMB 17
734,545 734,545 000000000000000000004d74afef7ad66f9de235126149c21662d67fafd6fe7f 2,050 0.68/1.00 vMB 8
734,544 734,544 00000000000000000001d1e388e8655b5cd1130e4628f4757140eab5fcf92727 939 0.47/1.00 vMB 5
734,543 734,543 000000000000000000080b37eb873f24587e63950c0160e4c8a8f85c1b181ac7 524 0.44/1.00 vMB 2
734,542 734,542 0000000000000000000934d7c5c4cb503a913d96b2ccb6f85609b8f48afb6d6e 1,957 1.00/1.00 vMB 13
734,541 734,541 000000000000000000073fdd355c7156b0a8f086bc522341ca660d742cf8eea6 1,593 1.00/1.00 vMB 2
734,540 734,540 00000000000000000002c874927c94efc932efdbb8a48ab6869ac0f344b92b71 2,823 1.00/1.00 vMB 12
734,539 734,539 00000000000000000003bf35f1844f4ced41fed8e90d70166ba35016965f3779 493 0.17/1.00 vMB 8
734,538 734,538 0000000000000000000249cd61465bd3c3020aea13943794a0f3d3c87a0179ec 1,852 0.79/1.00 vMB 6
734,537 734,537 0000000000000000000293e53982d68bb2401202be6b48384ec05b991bb31d65 1,537 0.74/1.00 vMB 5
734,536 734,536 0000000000000000000385d989f5e744505bc7036284a405afb1bbbfd14388e9 1,438 0.56/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.95 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: 715.03 GB
    • Received: 17.64 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.