Loading Tool

Explorer IconExplorer

Memory Pool

26,979 transactions
27.43 vMB
0.07252346 BTC
Random Selection Loading Transactions
Max Size: 131.34/200 MB

Candidate Block

Mining Attempt 7ded984b6536bebbeaa8e826d0547ac7a1b3f9a6281d1256fd9f3a64adae1391
Version 20000000
Previous Block 000000000000000000016ebf7cfb5b49d52a5da9adfbdfb60a56c93537ca3094
Merkle Root ebae5389b135a95f0291b343020f3e4bb9813984d9f7f32e202d5dd6b6d0b1fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,645
Size: 1.00 vMB
Total Fees: 0.02051930 BTC
Feerates: 102.52 > 2.06 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,479 (173,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
741,119 741,119 0000000000000000000004ae908a2bac27934dcbd753fa0c10301eb8535f887d 1,285 1.00/1.00 vMB 16
741,118 741,118 0000000000000000000405cde94f6baa6b7dddbbaba7c306eb4c38df3ebb4942 2,439 1.00/1.00 vMB 22
741,117 741,117 000000000000000000033aa0d472b8971aa4299d12d0dde739ace32d341edf6a 1,857 1.00/1.00 vMB 28
741,116 741,116 00000000000000000009119a5aadbfab06f69ba42a96b4c3c08f523d5f1453f7 1,645 0.60/1.00 vMB 16
741,115 741,115 00000000000000000004e57c5a20ea67c4c5871baeb53f2d10a07ee33a5b1bf4 527 0.16/1.00 vMB 20
741,114 741,114 000000000000000000021a2d71bcef1fda3498418b535a25b40dbf49cf8b423a 1,123 0.51/1.00 vMB 20
741,113 741,113 000000000000000000050d5ad8f3fc5e0d794831aba23ea6c9bcc996dc091bd0 343 0.11/1.00 vMB 19
741,112 741,112 0000000000000000000256d77fdcddf7812bceee989834a6a07fa44bd9d39364 1,516 0.99/1.00 vMB 10
741,111 741,111 00000000000000000008846722be80f2792a43339972a5ef30925ebfbcbef3dc 1,984 1.00/1.00 vMB 15
741,110 741,110 00000000000000000003d714ae370cdd8d3339e20812e8242f382493da42fc90 2,339 1.00/1.00 vMB 10
741,109 741,109 00000000000000000001ec6b64a07b00c3d39870d6ad809b073f7d31900d8834 2,720 1.00/1.00 vMB 26
741,108 741,108 00000000000000000009101ba62284fbd38ada344b2b386064f7b8f892176bdc 1,935 1.00/1.00 vMB 8
741,107 741,107 000000000000000000018b6b1eb0ab6aef12366432d4a8fc01d340976f78f0d7 2,233 1.00/1.00 vMB 21
741,106 741,106 00000000000000000001dd64dde6577c4620a8ba8b9e044ce9045db1e874b91e 3,045 1.00/1.00 vMB 29
741,105 741,105 0000000000000000000862feb53e1f0f949fc8398f85aa118b3782ebcf95b7c3 2,536 1.00/1.00 vMB 25
741,104 741,104 000000000000000000001adcb9d598fde177191444a796c53f188cd81ddaeba0 396 0.28/1.00 vMB 6
741,103 741,103 00000000000000000006c868e58b9155d0a0e4c668676ed498129cd273fa2920 2,837 1.00/1.00 vMB 20
741,102 741,102 00000000000000000002933d012dd272c5bd0f0e44ca8861faf5a561e15827bf 790 0.86/1.00 vMB 2
741,101 741,101 000000000000000000026325e1eecddaa818d9b166cccfe07d587912f96e5d99 535 1.00/1.00 vMB 3
741,100 741,100 00000000000000000008ad1bdca4288143a0cb20e71de0808a066db89857e153 2,845 1.00/1.00 vMB 15
741,099 741,099 00000000000000000008bd670d20c7adf3c67b6f6272b770b3d43dff9e4d48b3 2,792 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.00 GB
    • Received: 10.78 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.