Loading Tool

Explorer IconExplorer

Memory Pool

35,735 transactions
26.09 vMB
0.07248812 BTC
Random Selection Loading Transactions
Max Size: 132.65/200 MB

Candidate Block

Mining Attempt a0f8ff9309b88a011017167cd18974aed0eaedba8b22346dc0313f963c3c3b29
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 0b5b1da03b4ed6e025cbee8c5dc3632d7de373049ed4c80dca80dffc8bfd7566
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,074
Size: 1.00 vMB
Total Fees: 0.02433357 BTC
Feerates: 250.88 > 2.44 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (410,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,596 504,596 000000000000000000495d2690cbe131ff72138caf88bc63c1e19d73bb38d37d 2,967 1.00/1.00 vMB 544
504,595 504,595 00000000000000000053714f384594d44b56b3d26fdcf15167816e870b752e35 881 1.00/1.00 vMB 253
504,594 504,594 0000000000000000007524ff1f5a21dc7de67dc2906be0c86e6fe095ab70f385 1,978 1.00/1.00 vMB 477
504,593 504,593 000000000000000000279e1557ce75dc6dc04373968808910387bd78a8a8d940 988 1.00/1.00 vMB 262
504,592 504,592 0000000000000000005d26b6cb367136dc10cad5b9831b45cfc6d6e4fa006933 1,691 1.00/1.00 vMB 338
504,591 504,591 0000000000000000000e5cc617cb455cdecc1d823f15357508f8610d91ea5fb9 2,023 1.00/1.00 vMB 331
504,590 504,590 00000000000000000025604f528a35c1bd3e140da66a3cfb16605781a5f8a50d 1,616 1.00/1.00 vMB 311
504,589 504,589 0000000000000000004940c391b8b711f8e43535d1749841a922423d6e30562b 1,844 1.00/1.00 vMB 370
504,588 504,588 0000000000000000007521b62f78232d01cedfbb9fc6476149cdac86f0247554 2,878 1.00/1.00 vMB 550
504,587 504,587 00000000000000000002de74f1a820f9e53ddaa6de9a6194ba73eb9a5d26c52a 1,926 1.00/1.00 vMB 446
504,586 504,586 000000000000000000611ebbbc727d39f1a69d0ce3f1906a029b36fcc71c6d4c 1,474 1.00/1.00 vMB 330
504,585 504,585 00000000000000000043dec6b5144b3eca1de9356e1c970734a2d62011b82fc5 1,944 1.00/1.00 vMB 421
504,584 504,584 0000000000000000000f0a0652be7bcdaddc414358cfb42bc7a284a1f84bd63c 3,071 1.00/1.00 vMB 543
504,583 504,583 00000000000000000001f1d3fff37f5448d009e272ef02599d1d82a450dc02f5 1,415 1.00/1.00 vMB 366
504,582 504,582 0000000000000000004484e71177b662af5380f1e4f91575153e03c243f8821c 1,989 1.00/1.00 vMB 501
504,581 504,581 000000000000000000509a593ab407d6363925800d4e26e565b504429bf727b3 1,864 1.00/1.00 vMB 424
504,580 504,580 0000000000000000003fca1a5ddbcb0ce7939092740f7a0b16019407c3f450ad 2,039 1.00/1.00 vMB 495
504,579 504,579 00000000000000000049f3c7761b5ce6c1208b6fd971304f62b4c8b75fbf780f 2,100 1.00/1.00 vMB 418
504,578 504,578 0000000000000000004f63140d99d85199b094a90f8f463a782ffe14b30510f4 2,573 1.00/1.00 vMB 545
504,577 504,577 00000000000000000061792d89344b294eaefdbc749ddad660a3390a2625f7f7 2,336 1.00/1.00 vMB 445
504,576 504,576 00000000000000000065939205705adfac98fa6047a5797e694d43d43b020708 2,569 1.00/1.00 vMB 453
Previous 10 blocks ↓
Total Size: 781.84 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: 637.82 GB
    • Received: 12.45 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.