Loading Tool

Explorer IconExplorer

Memory Pool

79,221 transactions
29.38 vMB
0.12514047 BTC
Random Selection Loading Transactions
Max Size: 176.89/200 MB

Candidate Block

Mining Attempt 95a91f4b9c84f107e8e018a01ce85b71b4f00f6c58c0b8b181263b2d5bef539b
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 45df5fda7cbca6c3de11fe6fe387b051c137ac336de347661552aa72602fec8d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,353
Size: 1.00 vMB
Total Fees: 0.04533117 BTC
Feerates: 150.80 > 4.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (354,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,208 561,208 000000000000000000117f4db5b38d5189f543e886f089143642f454facd4030 2,709 1.00/1.00 vMB 9
561,207 561,207 000000000000000000285fd01ddff60111d071e4c6263be949553d7c00487f31 632 0.26/1.00 vMB 15
561,206 561,206 0000000000000000000b5a1352c7d85aa10f0c137ea7e63e36d842bb5a1daef2 1,212 0.37/1.00 vMB 14
561,205 561,205 0000000000000000002817daa19f683b9defcef655f2a5d8765cd102aefcca8f 2,068 0.59/1.00 vMB 2
561,204 561,204 0000000000000000001789af3b8154a487dbfbe18122203393ff4abbeed2209d 2,682 1.00/1.00 vMB 5
561,203 561,203 00000000000000000003d112ae57961de89b53dd71c2cb0fd74e98519ad9cedb 2,804 1.00/1.00 vMB 31
561,202 561,202 00000000000000000002ed438631e7c224bb691a705dfdbffd0526fe489debf2 2,560 1.00/1.00 vMB 12
561,201 561,201 00000000000000000002cf34faf438ea9d91810831c51a6360f3dd0967e4b074 1,993 0.63/1.00 vMB 4
561,200 561,200 000000000000000000284531de0f1de83cae3c158839114ed6125e62d714ba3c 2,435 1.00/1.00 vMB 16
561,199 561,199 00000000000000000018c5b9364cf75f2f6150bcbe987c502ff8b13da11a2fcd 3,209 1.00/1.00 vMB 13
561,198 561,198 0000000000000000001e42a458e79a6d032bbb1606c0a8dbbebd36f0f8fd7cf9 2,087 0.75/1.00 vMB 5
561,197 561,197 000000000000000000213677fc7ab11c324cfb3619eb4bc1a7403e0a7791be49 2,884 1.00/1.00 vMB 15
561,196 561,196 00000000000000000009ed1875e30501e78ff114d389fd7154379b5839a8656d 1,634 0.58/1.00 vMB 4
561,195 561,195 0000000000000000002ed78e32b161d71ab556263a273b5da1cd8d71b3449fb1 2,933 1.00/1.00 vMB 8
561,194 561,194 0000000000000000000b245194efe8a3041ac5a2d48406aaf3fcdb1a9a91226f 2,976 1.00/1.00 vMB 21
561,193 561,193 0000000000000000002ab3c88e5b7fbc22e2fc6c9b68296926fa57a9d0fd8c37 2,730 1.00/1.00 vMB 21
561,192 561,192 0000000000000000000d5273796b99d0d65d103cc68d7dc59074063efda0e6e6 2,656 0.93/1.00 vMB 9
561,191 561,191 0000000000000000000530e65487859b8e292707af608cfe4b1592b8949e6f4c 2,667 1.00/1.00 vMB 3
561,190 561,190 000000000000000000270693f51aeb0dd3e8e339bbefd7007570698f893ba5bb 2,167 1.00/1.00 vMB 20
561,189 561,189 0000000000000000000effaa0247c7d2127f171bd0edd403712877faca70475f 2,678 1.00/1.00 vMB 5
561,188 561,188 000000000000000000153a4f1bd0f9ad5063b13c0cf18547f152b856b9a61f12 2,851 1.00/1.00 vMB 4
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.79 GB
    • Received: 17.21 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.