Loading Tool

Explorer IconExplorer

Memory Pool

78,177 transactions
29.70 vMB
0.07156297 BTC
Random Selection Loading Transactions
Max Size: 181.46/200 MB

Candidate Block

Mining Attempt 728ff927ef30af2fbc4accb4c8d79ba2c03cfc99bd6ef8ea1c6fd95dd42077c3
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root 67fb1fca03c36de9be31ba78a1f4a0b160c087b90b535d6fbd4cbaa6095e6971
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,758
Size: 1.00 vMB
Total Fees: 0.00573359 BTC
Feerates: 20.11 > 0.57 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (180,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
734,560 734,560 00000000000000000001316df0189984225b3d33a611b8b3646552254a7bc46a 3,064 1.00/1.00 vMB 11
734,559 734,559 0000000000000000000059783dfbecdcca0abd3111a12b044573e412c3fd0dc3 1,171 0.34/1.00 vMB 8
734,558 734,558 000000000000000000012752dcc5424e31dab07dffe00c70decc130c9be7c577 96 0.06/1.00 vMB 3
734,557 734,557 000000000000000000081baaef7289b4cbdecfb69671b8a3e741a2e2bfdb9ac5 1,502 0.68/1.00 vMB 6
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
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.11 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.