Loading Tool

Explorer IconExplorer

Memory Pool

83,512 transactions
30.65 vMB
0.08694666 BTC
Random Selection Loading Transactions
Max Size: 188.11/200 MB

Candidate Block

Mining Attempt f07b256e24506f1d4388ed97b7756be6f2552e08596391b9bb2798aaa9d134aa
Version 20000000
Previous Block 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b
Merkle Root 536b03ca346b2ea682c3028c95f42918102ab1b5c755d7b55028f2557237330b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,297
Size: 1.00 vMB
Total Fees: 0.01843594 BTC
Feerates: 402.60 > 1.85 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,326 (247,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,565 667,565 0000000000000000000cdfea7e6f92b71f9a8d7ec736d665c0eec695cae484fe 938 1.00/1.00 vMB 78
667,564 667,564 000000000000000000012c78bc21702a402a2eeed1a57ff80fb82b4f3e4002c2 1,557 1.00/1.00 vMB 96
667,563 667,563 000000000000000000039ac250ec7e11a05aacb4bb6604e24a4306a6a40a9adc 1,342 1.00/1.00 vMB 42
667,562 667,562 0000000000000000000cff91af430db97ef9c2fe570dbdb61681cabc4cb85360 1,622 1.00/1.00 vMB 51
667,561 667,561 00000000000000000003085f58bf0d5ca43d4ff21978746e27507bd119c45a2c 1,064 1.00/1.00 vMB 34
667,560 667,560 0000000000000000000bc576df82437f6646de1dbd4fa3e167ca41e8f6766e03 914 1.00/1.00 vMB 31
667,559 667,559 00000000000000000004d09d3c88da49cea08ef834cd5ed2e0658bcc154746b6 1,631 1.00/1.00 vMB 50
667,558 667,558 0000000000000000000a95332b5e4ac3a7ad83929edf62bee72e17dd6ef2e7c1 885 1.00/1.00 vMB 24
667,557 667,557 0000000000000000000b23be5c0cca875edcbe0061848072ce591ed4355c3e6a 990 1.00/1.00 vMB 9
667,556 667,556 0000000000000000000032aeba4d7e3fda5fa5696a35d1914c8cea41b133e938 2,069 1.00/1.00 vMB 34
667,555 667,555 0000000000000000000bae9729523ff7a14b14b2bb53c5eaf568a9f61d2938ff 1,111 1.00/1.00 vMB 26
667,554 667,554 00000000000000000000b50bab1aba2ebf52addcd9344f736de2bbfec1712dfa 1,781 1.00/1.00 vMB 66
667,553 667,553 00000000000000000000e297bcc894987014870ab9b381d95ec244b731b258b9 2,012 1.00/1.00 vMB 21
667,552 667,552 0000000000000000000927a7ee5d4a996270296761131af5034be9851879b56f 2,160 1.00/1.00 vMB 57
667,551 667,551 0000000000000000000cb261b1ed46f11a9fca12e00907f4c9c6eb04592ba423 1,482 1.00/1.00 vMB 88
667,550 667,550 000000000000000000032655b662e5efb3372246368f5fb8d93b6de1cc75a16f 1,342 1.00/1.00 vMB 105
667,549 667,549 0000000000000000000902a7a6b8acfadfd078f062697d8d1e60b13bdfc05a4e 1,704 1.00/1.00 vMB 39
667,548 667,548 00000000000000000001f2d7a5aa8bf8e7161c459f1da9f6db300d1eb5543fef 1,620 1.00/1.00 vMB 91
667,547 667,547 00000000000000000003e48cd47466fddf29251d7107ad8db56a1bee70d6aadc 2,448 1.00/1.00 vMB 66
667,546 667,546 00000000000000000004a4e30763c50b81ec5a6a18a3fa6b26c08305e7594ed7 1,620 1.00/1.00 vMB 52
667,545 667,545 00000000000000000000bfae6513116be42cb0e988a7bd9b9f1df819fbe9b32f 1,513 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.96 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: 715.28 GB
    • Received: 17.70 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.