Loading Tool

Explorer IconExplorer

Memory Pool

84,310 transactions
35.34 vMB
0.18654970 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt 1b48182f34133e53d1b8143d6cda02bbbea8d53d6671f089e35f17b44c609a73
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 47b18d84f2a6821f98d3a56590642863c38a417bbfddfaa1dd5be6251f965eb0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,293
Size: 1.00 vMB
Total Fees: 0.04680612 BTC
Feerates: 435.08 > 4.69 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (566,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
349,027 349,027 0000000000000000027236f1e56fcceadcdb8985977113cfbce779e5d0c10f3d 1,447 1.00/1.00 vMB 24
349,026 349,026 00000000000000000722e3bd36341ec8d5f4b9399ac97246fa85cca93c645371 1,222 0.75/1.00 vMB 33
349,025 349,025 000000000000000009f5633bd3ac744225c32d6b677b3ec05df96dcd31024cdc 1,682 0.75/1.00 vMB 29
349,024 349,024 00000000000000000bab3169aa3d86cd7b09b10286b202df2c15259eb42b4529 1,618 0.50/1.00 vMB 71
349,023 349,023 000000000000000013e02aa4e1b2f6a6472f1df9d1ea9d8b7de62a63ed741b8f 1,794 0.81/1.00 vMB 32
349,022 349,022 00000000000000000b3c189d2ba8b1dcb92ef6b9c80bb5b3a015187a9f915bbf 495 0.27/1.00 vMB 26
349,021 349,021 000000000000000000b47d7e3f413c9c5705eeb10441f710b10bdd8e418dbc38 76 0.07/1.00 vMB 10
349,020 349,020 000000000000000012700b7bb87358085383bb1b316b966d6ec52daf9be3ed68 295 0.13/1.00 vMB 31
349,019 349,019 0000000000000000077b5457e4096c3a0276fd71c7a5dae0df4243b82856ebc8 2 0.00/1.00 vMB 0
349,018 349,018 00000000000000000813be701d45724bd5fdce1aea678cd0a03f62d266d2b6da 1,026 0.50/1.00 vMB 28
349,017 349,017 000000000000000008fd26440a855673f312a3c50c9ae7a17689a02842a61e96 448 0.29/1.00 vMB 22
349,016 349,016 00000000000000001182348ede95c165014be3506e60340703e3097c268d23a3 77 0.08/1.00 vMB 9
349,015 349,015 000000000000000010f4db7dfac042d405fbd46d91f5f2f3cf8428dc95f7a3f4 736 0.36/1.00 vMB 26
349,014 349,014 00000000000000000a828eff95fb78d05a00f09ec7ba71057edb82e371a4300a 356 0.61/1.00 vMB 4
349,013 349,013 00000000000000000e110f5b0a8cb27da1d2072504d895b829a7f3bd102952f5 993 0.75/1.00 vMB 21
349,012 349,012 00000000000000001711bd24dd544212f331016f3873cf32788064bf1d8919ec 664 0.75/1.00 vMB 18
349,011 349,011 00000000000000001592e92a4c78f3c6a43e14fe9c188b70fe23a39e4b19d6ea 1,688 0.75/1.00 vMB 25
349,010 349,010 000000000000000005afaacdd796f4df6175a408cec07331f9a922cfa5faa399 1,278 0.35/1.00 vMB 61
349,009 349,009 0000000000000000064fe7ecd3af3a9bf24e1a4753787c8947a4ff5162ddc78d 512 0.16/1.00 vMB 49
349,008 349,008 00000000000000000d04a8eb3edbf992d8ff0b4d27b7d219c809efd760b688dc 137 0.05/1.00 vMB 30
349,007 349,007 000000000000000012b5dc4af6bba7aabfde492f75d27b9972ea90b7b264b8c3 1,069 0.58/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 783.10 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: 730.74 GB
    • Received: 18.51 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.