Loading Tool

Explorer IconExplorer

Memory Pool

50,379 transactions
29.89 vMB
0.11739386 BTC
Random Selection Loading Transactions
Max Size: 159.52/200 MB

Candidate Block

Mining Attempt 52928c372be28b45948d3bc4e06c26b9d5a43207596a80df0c8723f998cc430c
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root 2e053f53f4e624562c67e1e5ddad02d80dbb652a5aba17dfb6008a0068a46db4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,334
Size: 1.00 vMB
Total Fees: 0.05263318 BTC
Feerates: 301.60 > 5.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (247,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,680 667,680 00000000000000000001c4359ac003f7899e253fb236103a07d30c191876e28e 1,618 1.00/1.00 vMB 20
667,679 667,679 000000000000000000018db0170ecc3f0b59ee74318d763d93f1b33a2e256c8b 1,939 1.00/1.00 vMB 20
667,678 667,678 000000000000000000062434009381957fde158fd60dc8c3fbde3f34a1505639 1,784 1.00/1.00 vMB 25
667,677 667,677 00000000000000000006a43a285ad02ff772401059f1bc81aa5cbf6005cacb78 1,926 1.00/1.00 vMB 24
667,676 667,676 00000000000000000003133cc9149d8f1181c8ca0afd308c3b5bc897b68c12e0 2,606 1.00/1.00 vMB 25
667,675 667,675 0000000000000000000c52ee2f5a20de5af6d7a58b2c6e0a4f39c3edeb0bcdaf 614 1.00/1.00 vMB 20
667,674 667,674 0000000000000000000403a65160b298c476f14ada224ab267f4f1414ed9e859 897 1.00/1.00 vMB 28
667,673 667,673 0000000000000000000493309ed73c4071158ae70e38b461632a0fe949491146 2,330 1.00/1.00 vMB 104
667,672 667,672 0000000000000000000d58a67833c99571ae59098f81e63cb83c2f919538b8a8 2,512 1.00/1.00 vMB 38
667,671 667,671 0000000000000000000ab9870403e6b6b412209716cacaa0543cfdcfff94063d 2,436 1.00/1.00 vMB 39
667,670 667,670 0000000000000000000d4de657a8d490827cba819da81f8e5a5b189d155505f6 2,766 1.00/1.00 vMB 89
667,669 667,669 000000000000000000022da7ae9eba637582a92e1fe84dcec64bc31bdeceb2d6 2,337 1.00/1.00 vMB 60
667,668 667,668 000000000000000000040a2575cdf134a1ed0aee27c3978e428cb13b9bb96316 2,262 1.00/1.00 vMB 95
667,667 667,667 0000000000000000000581156c59afe446406d5beb425a57efbf0dcef8c6f9e1 2,407 1.00/1.00 vMB 23
667,666 667,666 00000000000000000004a2049df7e1ebc9d840c52fa0f0c8d700224774730fec 2,603 1.00/1.00 vMB 40
667,665 667,665 0000000000000000000b8dee9e6b51e469643da3da326f34288971d906c40c6c 2,265 1.00/1.00 vMB 100
667,664 667,664 00000000000000000005ccae1e7ad294306a90486ae5df0d801af3f86e22ce4c 2,097 1.00/1.00 vMB 89
667,663 667,663 00000000000000000007921f5cd04c24f89de48d8d5e4104902c4e90f107b43f 1,823 1.00/1.00 vMB 39
667,662 667,662 0000000000000000000172e547681c29603c2c3be2ba36737401f2dad0144dea 1,710 1.00/1.00 vMB 61
667,661 667,661 0000000000000000000b64e6124c75432db2102523ebc9f7e58962d39b2c4a8e 2,394 1.00/1.00 vMB 66
667,660 667,660 0000000000000000000cd7318b5e3f61d5fe59c246981d21ceafde6884b2e357 3,333 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.12 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: 652.13 GB
    • Received: 13.73 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.