Loading Tool

Explorer IconExplorer

Memory Pool

42,869 transactions
27.93 vMB
0.06971325 BTC
Random Selection Loading Transactions
Max Size: 147.22/200 MB

Candidate Block

Mining Attempt 5acb43ed52216a9d803c6242c0a1df3754be55263edf48b1158af02b5b1aea3d
Version 20000000
Previous Block 000000000000000000006d9cca170a6dca76a62d52ce159ce88e03787eeaed6e
Merkle Root 0a47ceaa29f6c0a162798b18f403772cc558ca3bf48213e290befb6529f51ea4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,417
Size: 1.00 vMB
Total Fees: 0.01678032 BTC
Feerates: 100.30 > 1.68 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,833 (298,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,188 616,188 0000000000000000000c0a93331cf6cbf5f0028918e23571f912bfc0b3d9068b 2,918 0.87/1.00 vMB 14
616,187 616,187 00000000000000000000f6a09719579cb1e5743d5d7442b47bf688c464828f0b 569 0.19/1.00 vMB 19
616,186 616,186 0000000000000000000663c4b4281863b11d2935f0c104f9172d4a79c133ab31 848 0.37/1.00 vMB 20
616,185 616,185 00000000000000000011b9bfa221b9b64bd31a2d7190ae98cf90c6d94965d887 2,360 0.75/1.00 vMB 19
616,184 616,184 00000000000000000003e8edbd3e60c4f8ba9b879c1dd7e68f4904e944ebefbc 231 0.06/1.00 vMB 15
616,183 616,183 000000000000000000099232a8e5315086be3a9a4cd5c279a16dc72c4105cd45 990 0.34/1.00 vMB 15
616,182 616,182 00000000000000000002783e9e0c073e0cb4880c7ddd895c6e4b7d00a13ac224 1,439 0.53/1.00 vMB 17
616,181 616,181 0000000000000000000ed9ccb819ca7e85cbdac45e7ee2dd34ca6266be0e6ba1 2,233 1.00/1.00 vMB 17
616,180 616,180 00000000000000000003086a04673e2df933d5346b4415dff6107429c446496e 1,201 0.45/1.00 vMB 15
616,179 616,179 0000000000000000000015a572f549e0916ad6d02f4f52ce8fa4e1bbd32f955c 515 0.28/1.00 vMB 24
616,178 616,178 00000000000000000005f711696f0ca756b083dac5160d0ceb40fe1585baa099 2,663 0.83/1.00 vMB 18
616,177 616,177 0000000000000000000edd6f97f641d4f497fae0bf08805556c019eb482cb103 580 0.22/1.00 vMB 12
616,176 616,176 00000000000000000000e919b79a0035b060cc2438e5241cce2854dddf6c564d 161 0.15/1.00 vMB 14
616,175 616,175 00000000000000000003aeef5130a6adc17c30c9197bbb6fb639685f38ca13da 1,642 0.64/1.00 vMB 17
616,174 616,174 000000000000000000001c987e00afe3e4be4674f4034793214ac873d676aeef 2,145 1.00/1.00 vMB 16
616,173 616,173 000000000000000000049ee5321f5913ac37e708691f981d6323a7cad5db6bfa 2,046 0.68/1.00 vMB 15
616,172 616,172 000000000000000000006c3a56d3f84c09bd1d3721ea0373501369c0b8ab31d4 2,650 0.76/1.00 vMB 14
616,171 616,171 00000000000000000005685f822924f07fb021a99294e0caf1ce44d3460d495f 2,651 1.00/1.00 vMB 18
616,170 616,170 00000000000000000003bac504ded12e9d6fdf5200ec0b907a0e5e1d659011ba 2,310 1.00/1.00 vMB 13
616,169 616,169 00000000000000000006415ec9a39f699a72036bf50c407804ea3cdb8452b664 1,910 0.65/1.00 vMB 11
616,168 616,168 000000000000000000017ca7b63862f9d8b02a3c9ac8e2274c20a77bf2b31b24 3,093 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.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: 651.63 GB
    • Received: 13.60 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.