Loading Tool

Explorer IconExplorer

Memory Pool

73,592 transactions
27.34 vMB
0.06603985 BTC
Random Selection Loading Transactions
Max Size: 166.68/200 MB

Candidate Block

Mining Attempt 37c38587d6ca8f279845857f43d6aef9ad05e7370e50a3da344a3aafc4a2ad84
Version 20000000
Previous Block 00000000000000000001ab29738110683e5e80031bdba0ae58737553009bbe87
Merkle Root ca1ca17a0a4bc26bf2cdd268875b13b4c808e4c7bb4bb39f9260e5af9f25cfc5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,037
Size: 1.00 vMB
Total Fees: 0.00775186 BTC
Feerates: 89.32 > 0.78 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,314 (98,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
816,571 816,571 000000000000000000002e1e93aac36e858f4786e1dcd4031e6a00d8ee0fcf6b 3,500 1.00/1.00 vMB 89
816,570 816,570 00000000000000000001395a2891f508c36c34080d138de2f384d1d9fa9543b6 5,056 1.00/1.00 vMB 102
816,569 816,569 00000000000000000003c42f7cdc1f98220e4665e0c9f76066c7652e91dfce66 4,707 1.00/1.00 vMB 113
816,568 816,568 00000000000000000003d8dc7d87961cc02bccb10c652bf5cd4d7a379c80db99 3,449 1.00/1.00 vMB 153
816,567 816,567 00000000000000000003a7508c064374acbf9bdce371dfa4f569a26aa586070d 3,292 1.00/1.00 vMB 120
816,566 816,566 00000000000000000001d71baea439c71bdd50442cbb75a979d03e4268ef0a11 4,116 1.00/1.00 vMB 90
816,565 816,565 000000000000000000005f1b8e2ce1515971ea7528875b75ea9cccdd19baeff9 3,590 1.00/1.00 vMB 104
816,564 816,564 000000000000000000032b7b8f0a853f5e5bec996e727c4efbaa35b515bc88db 3,448 1.00/1.00 vMB 82
816,563 816,563 00000000000000000002bf4f9a903c7dfce02d6e66fe0358d151748d2c4d6998 3,017 1.00/1.00 vMB 82
816,562 816,562 000000000000000000037b006c034a887bf8295e94c9cb9a4758c6ea4a061af7 3,321 1.00/1.00 vMB 85
816,561 816,561 000000000000000000025dec2f781fb40b1b6d7a4c78b9f39bb7d6b8aff0918b 5,396 1.00/1.00 vMB 83
816,560 816,560 000000000000000000038e11fb1369803cda8ec8a08bdf6b3d535534882dedc5 3,692 1.00/1.00 vMB 106
816,559 816,559 00000000000000000003aec6ca883468195799f77df78d9518643b548280cbe4 4,047 1.00/1.00 vMB 82
816,558 816,558 0000000000000000000020649ec2d27f4953a5c791ad8945062ebf2beb2295c7 2,923 1.00/1.00 vMB 82
816,557 816,557 000000000000000000025aab6ceddecc5d187eaad1bb8ae95fde432946927af2 3,094 1.00/1.00 vMB 116
816,556 816,556 00000000000000000004527b5d932c998692c575f5e63641ada34551159695f7 3,833 1.00/1.00 vMB 85
816,555 816,555 0000000000000000000157d0ddea41625ca68f62aed1a6153db27bb31058ca2b 5,480 1.00/1.00 vMB 66
816,554 816,554 00000000000000000000a8e5b9088ca6f40de70efaef88fc52f7c3f6451be0a1 5,368 1.00/1.00 vMB 75
816,553 816,553 000000000000000000028e04cb419e44e5947921c376c23ed1bdbd721172595b 3,522 1.00/1.00 vMB 69
816,552 816,552 000000000000000000000830c1f32af6772bb5b4ec3c4458aa1f41248997e8e3 5,170 1.00/1.00 vMB 62
816,551 816,551 00000000000000000001477785264d7499148e5221acc0a49ea4181e030426c6 5,220 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.94 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: 714.75 GB
    • Received: 17.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.