Loading Tool

Explorer IconExplorer

Memory Pool

79,643 transactions
29.98 vMB
0.08601740 BTC
Random Selection Loading Transactions
Max Size: 180.68/200 MB

Candidate Block

Mining Attempt 5d55de0e6531694f26067779dd8a5536d7f3298c9604f3befe455be85f33d0ec
Version 20000000
Previous Block 000000000000000000005a637be4f0674e0cd19654bae85c49d461bc204dc54b
Merkle Root 8fe6662d3e4aa1d5fa87d94469bc4046b6718537367ad630cce5f6b9fac8f497
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,004
Size: 1.00 vMB
Total Fees: 0.01661278 BTC
Feerates: 40.21 > 1.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,143 (186,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
729,104 729,104 00000000000000000001a05fdc12675f108c3195ed4e0e7714543f134bb3868b 743 0.19/1.00 vMB 10
729,103 729,103 000000000000000000016300725a6cbfa0b8d952b59c24c1753e05e362672683 1,228 0.45/1.00 vMB 9
729,102 729,102 000000000000000000000f0ad61eb5fee93d3bc1841399d1b95974dbc4fcf2db 1,911 0.59/1.00 vMB 9
729,101 729,101 000000000000000000082d84a7b52aec81cfeb4a43abf7c2fbbb3d11809f4dea 92 0.03/1.00 vMB 6
729,100 729,100 0000000000000000000954bf87e3e6c176ca05a9d53296077b0c75fb66d48835 2,576 0.87/1.00 vMB 6
729,099 729,099 000000000000000000027e41d32930e16bd88ae8eb060b0815bc13832ddce1fa 3,009 1.00/1.00 vMB 10
729,098 729,098 0000000000000000000497c1cb91b047b35eb504c1b2f7c9045f292f1ea65f57 2,490 1.00/1.00 vMB 3
729,097 729,097 00000000000000000008b8c9cb0b43317a647bfd3ecf7d02855b8b080f5818c3 2,350 1.00/1.00 vMB 12
729,096 729,096 000000000000000000006d001ce72834f423b6520995c697f286f855254cbfc3 1,218 0.34/1.00 vMB 8
729,095 729,095 00000000000000000009b18d57426206cf3b3c954733a768bc3c0ee18dc6066d 555 0.16/1.00 vMB 8
729,094 729,094 00000000000000000004175cd479be9a5aa68256630de0de9c1c89998951d7f0 1,307 0.52/1.00 vMB 9
729,093 729,093 00000000000000000009ad2ee582ecb058502481c6e9b2dddef2def4cb182c72 1,980 0.68/1.00 vMB 8
729,092 729,092 00000000000000000001ee6cb9b233db1dff25c57e3b5e16d1c0d2d4c9a5afe8 788 0.23/1.00 vMB 9
729,091 729,091 00000000000000000002da68a547d98d08f4aab60b9624b6b3a8102da1a8ea5d 920 0.40/1.00 vMB 7
729,090 729,090 00000000000000000000da0dee165024dc9e35e8ddabf78a4502c4351598dc40 89 0.03/1.00 vMB 5
729,089 729,089 00000000000000000002c1bac0d3a751c664eaaa538da317db5c0e706fdba57e 3,195 1.00/1.00 vMB 8
729,088 729,088 00000000000000000006f29b11ce3a77f1040184df3a4f6c27d812d0f14bea8c 571 0.16/1.00 vMB 9
729,087 729,087 00000000000000000009e3ab31fa13599aa8145aea09d4624b0e78b74c9ef5e7 570 0.17/1.00 vMB 8
729,086 729,086 00000000000000000006d85aa268e053e0f8f6fa6b1fad2d483af8f61687e378 1,522 0.64/1.00 vMB 7
729,085 729,085 00000000000000000004fa94077af4264a95581fe8cccdce6a1c22a44ac6e548 133 0.05/1.00 vMB 6
729,084 729,084 0000000000000000000707f2a03c8e435f1a88c0a5ae0dc44890d6884397728a 1,482 0.50/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.64 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: 672.44 GB
    • Received: 16.24 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.