Loading Tool

Explorer IconExplorer

Memory Pool

53,625 transactions
31.45 vMB
0.10580342 BTC
Random Selection Loading Transactions
Max Size: 169.58/200 MB

Candidate Block

Mining Attempt ccc26ab01caf56f381d6554d1465743a8fb2cf0aaa376591ff2d3bad417419d0
Version 20000000
Previous Block 00000000000000000000b5c797f30f3f01ba588d1023c3962ed65aa0aaae2067
Merkle Root 7255b3b3d568a5f4da9e1f81900fb048c98af5eabd97a3ee043c3278a1261d2c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,133
Size: 1.00 vMB
Total Fees: 0.02426652 BTC
Feerates: 18.19 > 2.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,826 (343,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,834 570,834 0000000000000000000fd8dd6403a21fcb9afb3a4d97561159eb50a93d05142e 2,318 1.00/1.00 vMB 94
570,833 570,833 0000000000000000001ac2496a0861ea55e33342e05b8c5604f8a93bc16bc9c1 2,751 1.00/1.00 vMB 124
570,832 570,832 000000000000000000135ec68223210d52955c5d5d046ce426bcdaf2078df01e 3,284 1.00/1.00 vMB 133
570,831 570,831 00000000000000000002f543e72ba11c9c3d3ef553b7a3d0c2666631bad05b02 2,710 1.00/1.00 vMB 135
570,830 570,830 0000000000000000000af71accf579d0cac0cecd2f2b9acbd076fd52839f3496 2,566 1.00/1.00 vMB 132
570,829 570,829 000000000000000000254434297a78a1975fd383ac531f5208af37b152bdb6c7 2,970 1.00/1.00 vMB 10
570,828 570,828 0000000000000000001784931bbcf376164ed08c321eafb6e57fe9a5a8035a5f 3,089 1.00/1.00 vMB 50
570,827 570,827 00000000000000000000297880bfddb06ce2c6410097cfcfbcaf9c8e880ca1f4 2,084 1.00/1.00 vMB 132
570,826 570,826 0000000000000000000175433c6f520473e85d704f0dce753d345c52df5e97cd 3,416 1.00/1.00 vMB 49
570,825 570,825 0000000000000000001d8045ad71d2ed0a06ecf2a401a4f2f4ed68506a8ddf8d 3,470 1.00/1.00 vMB 89
570,824 570,824 0000000000000000001157b00c6deed30715f4ce42d3a284544266e83809ac91 2,158 1.00/1.00 vMB 125
570,823 570,823 0000000000000000000f726159e1cb3fcee56875efb335f52b293316cea4b55f 3,329 1.00/1.00 vMB 47
570,822 570,822 00000000000000000024f65899b50e655e56f930a28c0eae43f30a7a79259844 2,897 1.00/1.00 vMB 3
570,821 570,821 000000000000000000272113e62dbfed2aee04ae14361b507c774114be11f9e3 1,944 1.00/1.00 vMB 74
570,820 570,820 0000000000000000001b39d7ccdcf5f7fb2df5e4b01c3d740442fced4e63dc96 2,812 1.00/1.00 vMB 144
570,819 570,819 000000000000000000115a1af69cd8b83444be6b0d0d39e936e403ac2a2ca4fb 3,458 1.00/1.00 vMB 123
570,818 570,818 000000000000000000075f32c1049adc0bfa5994818f85e04c29bb3aa8357dc5 1,463 1.00/1.00 vMB 14
570,817 570,817 0000000000000000001c70d74c7983dfe876cf4e9856ed9ce043a3293dd373b5 2,488 1.00/1.00 vMB 38
570,816 570,816 00000000000000000015700c792c59cda0380d5e3c3e16ba555cc3cfd6d6bb7d 195 1.00/1.00 vMB 3
570,815 570,815 0000000000000000001507152b07ae34788379d0ca9d7bfcb427f10b3be6ced5 2,271 1.00/1.00 vMB 16
570,814 570,814 0000000000000000001557cdc7c755deb4fd84b39ce18e56ca5bbb701853d9a5 3,030 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.08 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.43 GB
    • Received: 13.56 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.