Loading Tool

Explorer IconExplorer

Memory Pool

35,431 transactions
25.94 vMB
0.06304736 BTC
Random Selection Loading Transactions
Max Size: 132.00/200 MB

Candidate Block

Mining Attempt 9efbfb3d08a19d7d6f44fc200e0fe5e34ec8192c55fa0bc5153e1bca089aa555
Version 20000000
Previous Block 000000000000000000000fe35af4d037ca03b402462f88c6c27529d0780dc853
Merkle Root 2402fc450bd409b2601ebdf7279716ad04c311800303a326d2236fd3ca82d097
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,705
Size: 1.00 vMB
Total Fees: 0.01541927 BTC
Feerates: 165.59 > 1.55 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,693 (249,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,647 665,647 00000000000000000002183a40cfee46ab22579c5bd3fed3e4b9f7a122d7f67b 1,050 1.00/1.00 vMB 112
665,646 665,646 0000000000000000000239ec2728583831b4c5529ea5a6625b80169f4751f74d 2,029 1.00/1.00 vMB 136
665,645 665,645 0000000000000000000298095189248833f8081179b7890d0f3489c1999dedd7 1,674 1.00/1.00 vMB 97
665,644 665,644 00000000000000000000eb26aa876272278ca21cf5a3025ababd00dc1869d5d5 2,456 1.00/1.00 vMB 130
665,643 665,643 0000000000000000000b66867f21d2f693233f1adffe647c16ebea36f82ddbc1 1,531 1.00/1.00 vMB 93
665,642 665,642 00000000000000000001d69a960abc28fead9920c528efdb11952b58ebc7d24c 1,879 1.00/1.00 vMB 99
665,641 665,641 00000000000000000002be5852cb3d72f33b553fe5cfd49afbd770f43c1ea208 2,666 1.00/1.00 vMB 127
665,640 665,640 000000000000000000066c28f2dc6a0cedd0c1ea622c8647d723babd907a5da6 2,861 1.00/1.00 vMB 124
665,639 665,639 00000000000000000005866e210a3c1921bcf1bfd8321c176fa37ebafd9f7ed5 2,301 1.00/1.00 vMB 131
665,638 665,638 0000000000000000000d7704c99f2e9541f7d55c34a0c3e7b532742ff342d484 2,333 1.00/1.00 vMB 152
665,637 665,637 00000000000000000004b34a2a7586785deff9d1bdbf9af99f1f609638418b96 1,852 1.00/1.00 vMB 111
665,636 665,636 0000000000000000000b1a2c72592879ec11f935ece824291b494e719b2f4c56 2,171 1.00/1.00 vMB 124
665,635 665,635 0000000000000000000c4e4f5c4b5771aced2afe560614477bb21ea53c1a86b4 1,493 1.00/1.00 vMB 112
665,634 665,634 0000000000000000000391fda8e961dc727f15448072e728d4292cb6fbf122c3 2,395 1.00/1.00 vMB 112
665,633 665,633 00000000000000000004ff9d0e551b8b542fd871bebbebef706ebad5fcaca345 2,590 1.00/1.00 vMB 109
665,632 665,632 00000000000000000009f2dc31df02ccbe2e1448421af7a26501e3e9e05cda1b 1,704 1.00/1.00 vMB 116
665,631 665,631 0000000000000000000bb974cf484ea7252b34494917e6010adc102ca3faa7d4 1,397 1.00/1.00 vMB 119
665,630 665,630 00000000000000000002057f43cac6386b5e3586c2c7de3d8650220a7cc0f502 2,414 1.00/1.00 vMB 121
665,629 665,629 0000000000000000000913c971945f17c0b2ac82b0f2e7727b7f639d0bc57f41 2,172 1.00/1.00 vMB 137
665,628 665,628 000000000000000000035fd4020f4597ffa9f08fad9ce7b7bb9bbf901931e3cd 2,485 1.00/1.00 vMB 152
665,627 665,627 00000000000000000006f120c962019d7f87a1e53eba0448bbfbaa4ec953055b 2,486 1.00/1.00 vMB 145
Previous 10 blocks ↓
Total Size: 781.85 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: 638.24 GB
    • Received: 12.47 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.