Loading Tool

Explorer IconExplorer

Memory Pool

77,018 transactions
28.87 vMB
0.07997734 BTC
Random Selection Loading Transactions
Max Size: 174.31/200 MB

Candidate Block

Mining Attempt 7d9c07485ea18e67986ec1f6439719d93ec3977d4dea9ec5377c3745ebe6cd7a
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 61e99c0b8c8cede4f1db38adc6191c414b8349cf1c9baab5732e28f9b141d39f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,925
Size: 1.00 vMB
Total Fees: 0.01975649 BTC
Feerates: 103.00 > 1.98 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (733,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
181,318 181,318 000000000000014f4d9ee3880db4cf84410934ee38e88dc54a3cd6aca530bf5e 256 0.14/1.00 vMB 41
181,317 181,317 0000000000000392172bdc7989b91bb52c223e474ca8f2b0b21beee515d5719f 122 0.08/1.00 vMB 82
181,316 181,316 0000000000000752ceadb4ac1e11e74eaefe0d92bc424b9640a8ae37d857970d 526 0.19/1.00 vMB 137
181,315 181,315 000000000000011648220f4218c62c180b7fb1e5606660bd5b6ebdc607ebaa44 210 0.09/1.00 vMB 113
181,314 181,314 0000000000000631d0c86eb9c11e0bcedbe50d9dd50b5046ddd7262adb8fd494 255 0.14/1.00 vMB 92
181,313 181,313 00000000000007925058efab89afa39e9c7d0f023f2cf7ccea5f2043c6e04e71 197 0.14/1.00 vMB 1,366
181,312 181,312 000000000000004de8de89f2a75ceb863c22c179312f3cbd8a56e816d87f429d 122 0.05/1.00 vMB 216
181,311 181,311 0000000000000612a0a194c4739bf7acf077a096f883bc2e64b49f2478ee6648 9 0.00/1.00 vMB 0
181,310 181,310 0000000000000775e75f170e1620daf35b94db8e6c0b54c2a83e8a27d4427851 205 0.05/1.00 vMB 4
181,309 181,309 000000000000017ff82ca6a7e3261874d74b2542666daca82a7fb16f8792bc95 13 0.00/1.00 vMB 0
181,308 181,308 00000000000002610784ac8665a312c951ef5462fb5b0d3f8e2bcd826826aac1 130 0.05/1.00 vMB 128
181,307 181,307 000000000000057e3e2f12b8f542322fbeb0ae8eaf57ed2a661132ec8a6a7088 222 0.08/1.00 vMB 114
181,306 181,306 000000000000009b3be8e69229dc5dcdfe3cd9c8d7dbe03ede3ff1662b372290 582 0.25/1.00 vMB 142
181,305 181,305 00000000000004b15ca47970c73f8b0a251d169bd8a074cabbc53150013027c8 10 0.00/1.00 vMB 0
181,304 181,304 0000000000000178fd5682899ae3684c60b9c0c4cc40911eee843179683d28eb 33 0.01/1.00 vMB 0
181,303 181,303 0000000000000216f0bd51ee827b7b9ae936ccb292556d3be5ee8ab7eb99c7e6 454 0.16/1.00 vMB 150
181,302 181,302 000000000000000d0855382a0af50c98f1422ba63491a07ddbb31844e9af9c66 599 0.25/1.00 vMB 140
181,301 181,301 0000000000000658cbeefb4aa8e43f447e289fd1ca5804f9aaee9b965a57da81 116 0.05/1.00 vMB 204
181,300 181,300 000000000000099be648ecdf8cf78dddcedcadc6396980dcf3accaa5832371d8 146 0.05/1.00 vMB 44
181,299 181,299 000000000000071f575ad65aa2d5a71dea9abc67ccfe7b56c39efcd65e7637e3 170 0.15/1.00 vMB 158
181,298 181,298 000000000000002a3fcf763fb9417b733d03055ead906b9000a98cdd7df61980 132 0.07/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 782.66 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: 673.01 GB
    • Received: 16.35 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.