Loading Tool

Explorer IconExplorer

Memory Pool

75,085 transactions
27.81 vMB
0.07981185 BTC
Random Selection Loading Transactions
Max Size: 169.26/200 MB

Candidate Block

Mining Attempt 7b6a0a6575d5eb8931e01e64c5cd70c6ef5b9eeb3e88f7f4e03e321cd8cf1b02
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root a988d9cff87c6c421a356e9f8c5748f5930531848bb2324b44989d0559de37fc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,132
Size: 1.00 vMB
Total Fees: 0.02023846 BTC
Feerates: 98.68 > 2.03 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (780,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
135,223 135,223 00000000000003e24f31c6827ec1e3d1992dcebdd2772117608ac72043c468ec 219 0.06/1.00 vMB 169
135,222 135,222 00000000000002de2b753897d7ff6812cb130c0be40e22fa5a95b8bec12057ec 12 0.00/1.00 vMB 525
135,221 135,221 00000000000009f7d48e0c42b63730fb180954c23b542bd43fbd6586f09be46c 9 0.00/1.00 vMB 342
135,220 135,220 0000000000000457fdf4ae0c8d3d826f183655618ae517c7eb97e74c03653add 93 0.06/1.00 vMB 176
135,219 135,219 0000000000000526ec44ef849d050b0e8ad2fbe3945d4ca20cb064a67c4d7968 191 0.10/1.00 vMB 659
135,218 135,218 00000000000002dd0d05fbd01e809311a056f330c08f1adc2205ab6dfd192acb 24 0.01/1.00 vMB 133
135,217 135,217 0000000000000713dcdb0d888187fe549bed4f7af0bb37b36f3bbd6a1aca49da 15 0.01/1.00 vMB 561
135,216 135,216 000000000000082a03fbe251269fa938c6c7cb91b907a0999fd1a351e7523931 11 0.00/1.00 vMB 0
135,215 135,215 000000000000003684e9fdaadd3fa0aaa71002bc7b5688209abcff5222a0b3af 20 0.01/1.00 vMB 781
135,214 135,214 00000000000009207344f78d436ef96cfb28eb13db6da87d7f8e105ecccb8509 125 0.04/1.00 vMB 307
135,213 135,213 00000000000003f82b644b0c9954fc223ce3a773463a1013fa15c118ed50ed62 38 0.02/1.00 vMB 117
135,212 135,212 0000000000000190257de95bf4f4d3d35c5bda175c487deb1b3375587ac1857e 47 0.01/1.00 vMB 232
135,211 135,211 000000000000078387c315dd101a5d91012379b5b958564cb475c88a3a28d660 13 0.01/1.00 vMB 2,109
135,210 135,210 000000000000080bf339d0f2d5698ea0b367bbd2f28578dc98527d9d1f8c4bc0 17 0.01/1.00 vMB 591
135,209 135,209 000000000000084982065d6d7f308d15722c38d5b15c2dad61451e93f37360b1 252 0.08/1.00 vMB 212
135,208 135,208 0000000000000387bb7d6451748e8c363058e3342373c7aa0965c27d369de804 39 0.02/1.00 vMB 641
135,207 135,207 0000000000000a0fc7e94b373b780adc666b59f85b69cf9fa4b48fd005013ba5 16 0.01/1.00 vMB 207
135,206 135,206 00000000000007e8d4a2de3aed562e8055505d26027b71d6c6b0744b4a142d3c 91 0.04/1.00 vMB 603
135,205 135,205 00000000000000c8cf8f4616a6bb70d49b96915564389df7802754cc96c94d84 14 0.02/1.00 vMB 87
135,204 135,204 00000000000004b9e873c255437d6cc5cccb7cc18c06fafdaa5fdd48188a9a6c 29 0.02/1.00 vMB 143
135,203 135,203 00000000000005b7242d8d523dc3a16a07c9d23ca0a28999e2602b2651794f30 118 0.05/1.00 vMB 485
Previous 10 blocks ↓
Total Size: 782.89 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: 713.37 GB
    • Received: 17.36 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.