Loading Tool

Explorer IconExplorer

Memory Pool

83,235 transactions
32.01 vMB
0.10735135 BTC
Random Selection Loading Transactions
Max Size: 192.44/200 MB

Candidate Block

Mining Attempt 85fdba560222bfd9827cd7a01c2173a98b46fa5a7bc13bfa9e761a9d58bf4eb5
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root 5722870df88e4509561b3c1b2db8f183b414d1361d0f9fd51c123eb6ff7f6cfc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,323
Size: 1.00 vMB
Total Fees: 0.02601961 BTC
Feerates: 353.36 > 2.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (51,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
864,014 864,014 0000000000000000000115c4cbd42eab87cd33247847705707c4389cc3ab19f6 4,860 1.00/1.00 vMB 2
864,013 864,013 00000000000000000000499d20f17d67d9cf1e59e4d3b14a78591150b67831c8 3,934 1.00/1.00 vMB 6
864,012 864,012 00000000000000000000f158a2705b0b9a805ef66197520abd9aa9666c5f51e1 3,743 1.00/1.00 vMB 5
864,011 864,011 000000000000000000016da9cbf64cfaab1c6c7967d9c9c8c6018eb6eb691dc5 4,253 1.00/1.00 vMB 3
864,010 864,010 00000000000000000000e5cbd6063d051c9d1ee5585b7fc139fd6ab7369fa914 3,197 1.00/1.00 vMB 5
864,009 864,009 000000000000000000010a3d57d0e1f03d9b0778a948a8c838e4d4c76789efa8 3,445 1.00/1.00 vMB 10
864,008 864,008 00000000000000000001dc027f56d14b63b9cea1ca7923b3210cfeb1a1a37e5c 2,636 1.00/1.00 vMB 7
864,007 864,007 000000000000000000012b4f8e7cb634a9927b428b0da3c23d3a690b025f1c07 7,325 1.00/1.00 vMB 2
864,006 864,006 00000000000000000001ece626667b1a41108bcb7c69b722f0f0cba62b8390db 5,907 1.00/1.00 vMB 2
864,005 864,005 00000000000000000002f4235d56a2c3f1e131a24b508d9ebe437735d7e92b24 4,049 1.00/1.00 vMB 7
864,004 864,004 00000000000000000002f313ac5a05977d2a131a6d487b17e74944748c5432b1 5,304 1.00/1.00 vMB 6
864,003 864,003 00000000000000000000ea800b0314e5db68afbddd0e177fadce5ec793c54836 5,486 1.00/1.00 vMB 2
864,002 864,002 000000000000000000028bd55388e3a44f792f6468d724dd7df20a7d8fda9603 3,722 1.00/1.00 vMB 7
864,001 864,001 000000000000000000018b0f7d00ba2024f72e4abe9bf6715b6fbecfca6b9a47 3,718 1.00/1.00 vMB 5
864,000 864,000 00000000000000000002459ac348e342ac9397d3ef370b63ceae9f5a9172d228 6,116 1.00/1.00 vMB 3
863,999 863,999 0000000000000000000218019f7bd4e25ed92b6b52e2b2b3025bc0d796f10180 6,491 1.00/1.00 vMB 3
863,998 863,998 000000000000000000030c830333ed5023677b48cfafd38e2f54a27fcd63b0a4 6,268 1.00/1.00 vMB 3
863,997 863,997 00000000000000000003105dbec2e2a19ac90efc947870e3f61bf471c6d45842 5,500 1.00/1.00 vMB 2
863,996 863,996 00000000000000000000695c4afce72b36275e4f9bb8aadef8820f030937d73c 2,445 1.00/1.00 vMB 4
863,995 863,995 000000000000000000010d478c8feafe6e6ae73c61dbf0cbfc0eb0c1001e96a6 2,396 1.00/1.00 vMB 8
863,994 863,994 00000000000000000000bfd4209cacb008ab6cdd15412577cf389041ee859cbc 2,197 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.79 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: 709.82 GB
    • Received: 17.00 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.