Loading Tool

Explorer IconExplorer

Memory Pool

80,740 transactions
29.83 vMB
0.06802900 BTC
Random Selection Loading Transactions
Max Size: 180.06/200 MB

Candidate Block

Mining Attempt 2809e55cea2982b89569f14fcf5b217b810eabb068ec7beb7b48963cd65623d2
Version 20000000
Previous Block 000000000000000000017c2946f942e619550ccc2727f15be648c71ce8591f72
Merkle Root 216448bb68a6fbd38113336ce4327c972bcab6ee8a34ad2f721966a6c20d1b15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,562
Size: 1.00 vMB
Total Fees: 0.00712653 BTC
Feerates: 34.33 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,977 (325,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,315 589,315 00000000000000000019f80d5eb38a80ca9a60fdd6f405eb5aeeb3157f122d0d 2,589 1.00/1.00 vMB 24
589,314 589,314 00000000000000000000de5b894a8f21a17cc855752b6cc14a4bfebd871ebc47 2,041 1.00/1.00 vMB 49
589,313 589,313 000000000000000000189a96e24cb4b3c951c05d38527aaae03f8f845f7f7a8b 1,153 1.00/1.00 vMB 28
589,312 589,312 00000000000000000009717d7b2631df2795ecee1368bb02e07fd37fdc3a2e4c 2,470 1.00/1.00 vMB 59
589,311 589,311 0000000000000000000e30774cb956fa94e2848d37b3ea64cc385e059b69a8f5 1,988 1.00/1.00 vMB 6
589,310 589,310 00000000000000000009f2b61de34bc09b79e63c71300fb22a5a3789aa90f2e8 2,452 1.00/1.00 vMB 62
589,309 589,309 0000000000000000000e6e789774a7a0132cd425553d273a1ecab4489c6b702f 2,176 1.00/1.00 vMB 25
589,308 589,308 0000000000000000001b971bcc9f79a1257716b55ae47259333d0edfde273231 2,281 1.00/1.00 vMB 44
589,307 589,307 0000000000000000000c9e90f2d9da6ab1f2d625454fdafffb4c5a1d3ad6f9eb 2,648 1.00/1.00 vMB 24
589,306 589,306 00000000000000000001a27864422cadd2c6f9929f27d4c94325afc279438128 2,361 1.00/1.00 vMB 18
589,305 589,305 000000000000000000166cee27aa0312d3a9380d92c0cf0c6f942bca53ffbe8d 3,151 1.00/1.00 vMB 76
589,304 589,304 0000000000000000000cc19c2b74979ab94e755f19aab3704402fd1a5be8caf3 2,139 0.96/1.00 vMB 29
589,303 589,303 00000000000000000010ddc0053ab938a8c2843d3f059bf3a83ade6f80d1a58e 2,869 1.00/1.00 vMB 27
589,302 589,302 0000000000000000000812bfc74e57accce6c406bf04497ca55b297e654c2e8f 2,516 1.00/1.00 vMB 61
589,301 589,301 00000000000000000017016b96de8be12fe77a036a1cfa11d8447a3733b835a4 803 0.25/1.00 vMB 16
589,300 589,300 0000000000000000000a91eaeff27de989991edaf238fe4c0f2f28cf33049193 2,985 1.00/1.00 vMB 23
589,299 589,299 0000000000000000000a8dbb36fef54e94888774fde3c62d834fbe9fcee24b96 2,694 1.00/1.00 vMB 46
589,298 589,298 000000000000000000076f9bb42f2b5f5a08da3f7fb407de8c0024895a115444 2,836 1.00/1.00 vMB 34
589,297 589,297 00000000000000000018cb42aefce16da00bf0e3e3fd45f72e8567236857d0de 2,372 1.00/1.00 vMB 34
589,296 589,296 00000000000000000003602bdd2c57fd19b094b63b81b7f8925a919e5b671f06 2,345 1.00/1.00 vMB 16
589,295 589,295 00000000000000000008f34be44567881abcff3038c3156128cce27dc676e10a 1,937 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.35 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: 662.19 GB
    • Received: 14.84 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.