Loading Tool

Explorer IconExplorer

Memory Pool

75,364 transactions
27.90 vMB
0.08054237 BTC
Random Selection Loading Transactions
Max Size: 169.88/200 MB

Candidate Block

Mining Attempt 8fc353462f8e498a266b104dd991a006db5b2a2849e93a1ff053be1c83617ac5
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root 6613e488caa2b02158ec40abb92fbc67e8cc20a517878cb4fd4616b4a06236c7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,328
Size: 1.00 vMB
Total Fees: 0.02051529 BTC
Feerates: 480.19 > 2.06 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (484,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
430,707 430,707 000000000000000003aa2313c31fc5e80fdb8bbeba3217dc5552d511e41ac6a2 1 0.00/1.00 vMB 0
430,706 430,706 0000000000000000010dc7a92cd681f24e4f01d79b0135f7e2eb306ee2f081e4 2,027 1.00/1.00 vMB 60
430,705 430,705 0000000000000000035e214199218e93b1c764732bfbb37a935936fc87c98726 3,161 1.00/1.00 vMB 85
430,704 430,704 0000000000000000031dde4c9c54c85266891b506e4d8edf648f1a7f4a7f73f1 2,018 0.77/1.00 vMB 68
430,703 430,703 0000000000000000021e4acdb03bd767414541fe5c76540610c208fa9e02c277 1,948 1.00/1.00 vMB 47
430,702 430,702 00000000000000000108b9b38ab7d06e0c5c0e4815e7dd12dc8c2f5d0b182308 1 0.00/1.00 vMB 0
430,701 430,701 0000000000000000014c2a8f4b6aedd3d010c22b6d60541330cee46607f505aa 2,795 1.00/1.00 vMB 75
430,700 430,700 000000000000000004ccf3e63dd3c9ed21f90b6d6527e982ca7c49243fd61bbb 1,870 1.00/1.00 vMB 43
430,699 430,699 0000000000000000005119f798178181e0eb0acec55773bbf8e87c348678c7c8 2,353 1.00/1.00 vMB 64
430,698 430,698 00000000000000000145ccd9d32284e4f96208ee7c8fa6bfdb2efc152922c8cb 2,954 1.00/1.00 vMB 76
430,697 430,697 0000000000000000011ccbe530f2703be922b1a9d838a8f3d619a393aac5c8ac 2,703 1.00/1.00 vMB 79
430,696 430,696 000000000000000002fa46ad55a9e9fb90a3c5e5964fbd7cc580b7a9c97f54ec 2,425 1.00/1.00 vMB 54
430,695 430,695 00000000000000000496cdd007048beed2683fd55c518e321fe5b129fb3160f7 2,750 1.00/1.00 vMB 76
430,694 430,694 00000000000000000016d339349d1c706231b049c896cdb1a5b8e522b29e9c14 2,594 1.00/1.00 vMB 83
430,693 430,693 000000000000000000179b078f0954f32fcaf443511aef1d69a8ed7bde801961 423 0.23/1.00 vMB 55
430,692 430,692 000000000000000004c4c071206d2c54f5d84dd80b74d59da5ddfbd3f26c0bef 599 0.49/1.00 vMB 32
430,691 430,691 000000000000000003ddc1e929e2944b8b0039af9aa0d826c480a83d8b39c373 2,673 1.00/1.00 vMB 73
430,690 430,690 0000000000000000039bd53965272838782a84143e15c8d94624b33fef7d9d45 472 0.19/1.00 vMB 66
430,689 430,689 0000000000000000013b1d72d961363b16067f3e1e41f99de0bf55cdc245ef1c 1,572 1.00/1.00 vMB 40
430,688 430,688 000000000000000001876f07873c3af36d4a647407a3fb0fbede13f0ed0bfd94 1,982 1.00/1.00 vMB 42
430,687 430,687 000000000000000003fd7a9100733f75aa5520e47a6b93a713ee979722e29868 2,685 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.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: 712.56 GB
    • Received: 17.19 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.