Loading Tool

Explorer IconExplorer

Memory Pool

28,874 transactions
8.44 vMB
0.09089991 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.87/200 MB

Candidate Block

Mining Attempt 7e201111fc25216f5da8ec42505cfdb76d6abb54e81b0f9ed788c41dc1780848
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root 682687d7787c542fc936b606b0d2dadb01c977f2f00df78c7ea31445239c0bb8
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,352
Size: 1.00 vMB
Total Fees: 0.03967133 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (688,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
224,566 224,566 0000000000000296c901e87d76e22d6f2684d9f59b654ce9a1f2404e971f65d0 331 0.25 vMB 111
224,565 224,565 000000000000016d77e1d00c593729ba3e91aafc9ff34974713edde5d1a67cdc 624 0.25 vMB 225
224,564 224,564 000000000000018722f3564aaa1414dbe28ec16896af0d955496ed1360456370 796 0.25 vMB 253
224,563 224,563 0000000000000001c1b7af592be5771ef7a6d3da44ad2f25b59c8e81ac610bb3 124 0.05 vMB 66
224,562 224,562 00000000000001887c3edcc40acd9ead123cd442202ba5ff815c6a4a607c3100 596 0.33 vMB 220
224,561 224,561 000000000000034db77d551d8521f6a5056a86606dcc01363238a09833c537b2 776 0.25 vMB 318
224,560 224,560 00000000000003cf504aa850ed952909797fa48e16645ced889f2730958f1170 298 0.27 vMB 118
224,559 224,559 0000000000000123b8d697a93759b0b855395fe9ec81153f5d96f33909f082e9 703 0.25 vMB 255
224,558 224,558 00000000000000a5ae01c9107037a303e989ccd81bcadd2da65cceea3a1a7af3 8 0.00 vMB 183
224,557 224,557 000000000000031c4c3672ea10c68ed47050de8bd1dec3f0fbbe373c9117ba3c 454 0.25 vMB 141
224,556 224,556 00000000000002f725e2be083ab3ca79174b4032309d4027801a535ce56b96fd 729 0.25 vMB 318
224,555 224,555 0000000000000166c3ecd8851097466fa49e5e6f55323a114fc351daed0e6625 587 0.25 vMB 188
224,554 224,554 0000000000000311234f595eb4bb84445ced294cfcfeefaa88a351b850759c2b 629 0.25 vMB 295
224,553 224,553 0000000000000218990facd9663d50e81450686d036a63958e49beebf017f556 256 0.18 vMB 48
224,552 224,552 00000000000000a53f64bfc1410f9374053ba932fc20791962ab059b2c6c6167 768 0.25 vMB 243
224,551 224,551 0000000000000292fa0114952f8c9e01af20c3f3fced1d80c70eec797ca133b3 32 0.01 vMB 245
224,550 224,550 00000000000000a334795c245d86a3d3199661350aecd16af42fe7e85ddede55 256 0.20 vMB 36
224,549 224,549 00000000000003c13f47908c9041469af5b86e6dcdf3ab8a2d0cce3b40ba849c 672 0.25 vMB 284
224,548 224,548 00000000000003b1aa6458beed5d3f2283a64b076531fabb01eb319f832d997d 256 0.15 vMB 140
224,547 224,547 000000000000010159616a907e51af60c8007a8edc4cbaeb7414037a9e1e1f12 780 0.25 vMB 233
224,546 224,546 00000000000002256a8f083ba5fe8a79dc5b4c0d4ca5340bebb65b2748303086 125 0.05 vMB 218
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 65
    • Outgoing: 10
  • Data Transfer:
    • Sent: 21.43 GB
    • Received: 0.43 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.