Loading Tool

Explorer IconExplorer

Memory Pool

84,256 transactions
30.93 vMB
0.09266081 BTC
Random Selection Loading Transactions
Max Size: 189.64/200 MB

Candidate Block

Mining Attempt 6f472bc551d556cf79040aaa8da8be0be86dcc25d5a5ba516c350b2cb48ab8c5
Version 20000000
Previous Block 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b
Merkle Root 55b174aa15ca48d69f408a464c3cdbf615fb2e1e128a0c97833b88f5d677b0b4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,574
Size: 1.00 vMB
Total Fees: 0.02243092 BTC
Feerates: 402.60 > 2.25 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,326 (313,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,153 602,153 000000000000000000115d06ef842f22d9e284d11765d7721bae77a3e7459f28 1,062 0.32/1.00 vMB 2
602,152 602,152 00000000000000000005c4d16560d24f2ea306b62a3d467cb54abbc942c3cdd1 2,422 1.00/1.00 vMB 27
602,151 602,151 00000000000000000003a1cb9ac98fcbfbcf5af7d476233e2f98059f4708add1 223 0.07/1.00 vMB 18
602,150 602,150 00000000000000000009c1b1db8d9f42f583dd96719547904180145c1e18bea7 2,620 0.99/1.00 vMB 22
602,149 602,149 0000000000000000000030431795c8c4d69cd58b66aaff08b0c358d1b67aac1b 1,001 0.38/1.00 vMB 15
602,148 602,148 0000000000000000001294c49e3f3b55edbf7bf54eeb0e8d71e83d34e1e22ff4 2,677 1.00/1.00 vMB 11
602,147 602,147 000000000000000000086d57b209a72dbf367c586d60d15ee3b0bedcb7f99e19 2,556 1.00/1.00 vMB 32
602,146 602,146 0000000000000000000fa2859a7f4e54cd24a7dbd60155fa6abf9b0179efb937 2,244 0.74/1.00 vMB 15
602,145 602,145 00000000000000000011fdfb91f96f39a1b41043e6351c10b4f4565709f3c25a 2,753 1.00/1.00 vMB 27
602,144 602,144 0000000000000000001366a349a3abebdf5417083407a54abec7b57dca10e271 1,316 0.56/1.00 vMB 23
602,143 602,143 0000000000000000000e9a3feef0d7d98513cca64d67aaaaa07b370a0f5dc8aa 648 0.16/1.00 vMB 17
602,142 602,142 00000000000000000013cd5881d1d2bea153c5b8f4a46624cf54f577ae8ab86a 3,088 1.00/1.00 vMB 26
602,141 602,141 000000000000000000095eaff982de82b66794951a6c1a1ef7643b9b11deb8a5 979 0.34/1.00 vMB 21
602,140 602,140 0000000000000000000cbda8a20ec7a592ab5dbd7c75d868248a6809de6ec2a3 1,299 0.47/1.00 vMB 22
602,139 602,139 0000000000000000000c0186d613e6802adbc8d63334059dd3d0edfbd07b9348 2,924 1.00/1.00 vMB 24
602,138 602,138 000000000000000000145985b9a5cf9bea4eb007900e7fbb742d867859d602ce 1,874 0.51/1.00 vMB 17
602,137 602,137 00000000000000000006f79bd0eb5079d12928cac94148b4dfd3fc6123afe215 1,595 1.00/1.00 vMB 17
602,136 602,136 00000000000000000008df41525296448a83bd6826d50d9a0ea573c3612c7918 2,710 1.00/1.00 vMB 41
602,135 602,135 000000000000000000128624ada10858716859d06d3fd7ef5bc141001361c7f1 2,002 0.82/1.00 vMB 23
602,134 602,134 0000000000000000000b13407748bf42565047361f7492faea0d9863ffdb521c 1,394 0.55/1.00 vMB 23
602,133 602,133 00000000000000000013d34e17a7e1ec2c1eecde7795e1c3de86681f44c90574 29 0.01/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.96 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: 715.29 GB
    • Received: 17.70 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.