Loading Tool

Explorer IconExplorer

Memory Pool

86,584 transactions
31.80 vMB
0.10828879 BTC
Random Selection Loading Transactions
Max Size: 194.76/200 MB

Candidate Block

Mining Attempt af7139545358bc6cec6bfc0cf0718485758814edc25e8ca484cb0e4249ae7272
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root b743b5083fe0ae5a5dec468f7c608beafcb06c820e46f7e30876d2384e102b4c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,877
Size: 1.00 vMB
Total Fees: 0.02786624 BTC
Feerates: 1,236.26 > 2.79 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (671,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
244,059 244,059 00000000000000c893fa9465b5d7cae7dc58a582c18a8e2bcd1c2f15830f7912 66 0.03/1.00 vMB 180
244,058 244,058 0000000000000019e181998a96a7bf41a1a6eaa31f5a05cf19b60c634ce268db 187 0.09/1.00 vMB 123
244,057 244,057 000000000000007001f5d45475b1b30f23b6112376ed7bbc87cfe12a8267d74d 32 0.01/1.00 vMB 213
244,056 244,056 0000000000000022943daaab9e342c0bf5a2d249386275772b6be53d3007d19f 110 0.06/1.00 vMB 145
244,055 244,055 000000000000005c8e675a8292c576b64549509168f261004d9e5ba5fe62c519 145 0.06/1.00 vMB 161
244,054 244,054 0000000000000061dfd50600082c963029923174198b7a75c3da32690f4e78c6 220 0.11/1.00 vMB 121
244,053 244,053 000000000000007902c84d31fb5ef67cf583832ecf6701d37d9655f30e6496f6 54 0.03/1.00 vMB 132
244,052 244,052 0000000000000086c933edb91c158a5a639b8028b68e127966163bd3cb0eeeb9 11 0.00/1.00 vMB 96
244,051 244,051 000000000000004393a6ef584a74498c2dc1d94c002b09dd994e93e4abea0ae7 227 0.12/1.00 vMB 100
244,050 244,050 00000000000000557529a34d7b85f996fd383234824a09f2835433a9f013d0f2 197 0.09/1.00 vMB 106
244,049 244,049 00000000000000a9270c33e3a9007227d55eb377e21145f0dabc7b5e5a40f79f 611 0.25/1.00 vMB 134
244,048 244,048 000000000000000414150341d0128f3c75f16aeb3751bcae1b54b77526e9a6a1 212 0.12/1.00 vMB 83
244,047 244,047 00000000000000945d6f6af90a0899baae4f3a75d18444a6b37353530f58defa 22 0.02/1.00 vMB 59
244,046 244,046 00000000000000496f23916967819af9ef4b9cd2338a0c03fb8f73b689e8d416 253 0.13/1.00 vMB 100
244,045 244,045 00000000000000a6ceca4ac9ab50dc75c554b5113ec63ceaeec9d79a7ad5f296 42 0.03/1.00 vMB 90
244,044 244,044 0000000000000032e8230ad5f6203a53ef928bb02e0d049e8ad3dec5b62c2a93 500 0.19/1.00 vMB 151
244,043 244,043 0000000000000071b1fe93b076b173b2a8a7af5a973e4dbea1fc9784d59fdee8 108 0.05/1.00 vMB 93
244,042 244,042 000000000000001686c03a1e2f05b1a8fba70a5fb95d1aab7dff838f573a7a8e 255 0.12/1.00 vMB 109
244,041 244,041 000000000000002f2af16fe293c6da2de8f692414adc2a4fe10b71090a8e51ea 259 0.08/1.00 vMB 1
244,040 244,040 0000000000000076c80f0f1af180d97bac8727451c00d9d6fa9ca000c6ff4469 248 0.11/1.00 vMB 138
244,039 244,039 0000000000000037ce3e1bb08f5852fceccddd0af9e1ad33e521886bc80c89ae 153 0.10/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.