Loading Tool

Explorer IconExplorer

Memory Pool

90,368 transactions
33.15 vMB
0.16255442 BTC
Random Selection Loading Transactions
Max Size: 199.86/200 MB

Candidate Block

Mining Attempt 3a255c663d766d121b682b2d0b79d6e7c5391680d8097d7e306d29015930c79c
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 97c2782ba0dfa192d1c5ff74a0caa8a605d84238d20b4866a570395fddb83fe9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,757
Size: 1.00 vMB
Total Fees: 0.06291918 BTC
Feerates: 627.82 > 6.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (159,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
755,615 755,615 00000000000000000005c99770aadcd0234f925524bd5f15181d003a0a4b00a8 836 0.31/1.00 vMB 7
755,614 755,614 000000000000000000003b6ffcad0dd4fc45e85e6433e65be4a7a9ce8ad7ba6c 762 1.00/1.00 vMB 2
755,613 755,613 00000000000000000004976acf0606c62535f39d93489b0194a41e78d6cf4d1a 1,893 1.00/1.00 vMB 4
755,612 755,612 00000000000000000003499a3c5fe3c1a9d9f3df1cda3d426f470b2373523387 2,379 1.00/1.00 vMB 15
755,611 755,611 0000000000000000000299175b5fb28a8279494e7ef1b2c29f589f6d6fd98119 2,692 0.97/1.00 vMB 10
755,610 755,610 000000000000000000035c7796725486e570798d6c40dfd2a00e92f6966a8050 1,779 0.57/1.00 vMB 8
755,609 755,609 00000000000000000007be188a187df2c7098d8d4ac050adaf96fcb49933e1d0 514 0.20/1.00 vMB 9
755,608 755,608 000000000000000000009be54f43ce7d5c8d195f2046932ecd50a8d243346288 675 0.52/1.00 vMB 5
755,607 755,607 0000000000000000000123a5da861de45fd8cc0a7c871054b0dc54d18d6fac47 315 0.19/1.00 vMB 5
755,606 755,606 000000000000000000058649331b1fc93eedcef663d2061c3d5929dffd2d4923 1,567 0.98/1.00 vMB 6
755,605 755,605 00000000000000000004b9a67d9e7108eabcc2a0be32cbb2d1060b59416e4a39 136 0.04/1.00 vMB 9
755,604 755,604 00000000000000000005848b15d6f7b0a1c4c7b9b7042dec66a4e7f2c3c562e7 718 0.44/1.00 vMB 5
755,603 755,603 00000000000000000005ab72e3155d6e6d4362b19e43500d2943f1a7b679915c 344 0.53/1.00 vMB 3
755,602 755,602 000000000000000000004795428b1dbcd958852722cb53437d3650ef1d3c2048 226 0.24/1.00 vMB 3
755,601 755,601 00000000000000000006aae11744a9dbc20022a48633f0439a170d5f2544d478 592 0.41/1.00 vMB 4
755,600 755,600 0000000000000000000642e86484be648928c421b1ccfaa13f9ac96e3ac8924f 769 0.26/1.00 vMB 10
755,599 755,599 00000000000000000000cf2fa8b8fbc1074d8ae29d4683b676ac0bd9ec50b231 1,742 0.79/1.00 vMB 5
755,598 755,598 00000000000000000006dd41f08f043e23a7e9d368105ee26d0f2dedc90ccc5b 1,969 1.00/1.00 vMB 13
755,597 755,597 00000000000000000002de6ddb15621e83967bbb4d8250cd37b2dd3408819d43 1,958 0.83/1.00 vMB 8
755,596 755,596 00000000000000000007d60aaf8063e0f5ac27673776f7f5a3c1b3e6969b5a60 880 0.41/1.00 vMB 7
755,595 755,595 000000000000000000024dae53088c05ec74d4cff4df864f0fbfda063576e4e3 1,362 0.60/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.52 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: 668.90 GB
    • Received: 15.63 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.