Loading Tool

Explorer IconExplorer

Memory Pool

75,580 transactions
33.40 vMB
0.12449949 BTC
Random Selection Loading Transactions
Max Size: 186.38/200 MB

Candidate Block

Mining Attempt 5e61c93b430dbdd19374b9663df95a8f5f952daa99e0e7f55934f62bcb6fa054
Version 20000000
Previous Block 00000000000000000000c077d8988b15493bc1532da26f22c899c1307eed6203
Merkle Root c93e117742e3a3a5b94e30ddf5f3e209dbf1390bdc3545e2fe051966c2a740fb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,139
Size: 1.00 vMB
Total Fees: 0.01782718 BTC
Feerates: 70.48 > 1.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,414 (124,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,263 791,263 000000000000000000044c2b01f4a926b252757d333c1b2835aaa9dcab46e7bb 3,541 1.00/1.00 vMB 27
791,262 791,262 00000000000000000002311f2aac375b069a28fffee84d455ca97ca0abf73279 3,545 1.00/1.00 vMB 46
791,261 791,261 00000000000000000004c9e13492e6bf36659f03923572467688114c864b2b51 3,526 1.00/1.00 vMB 41
791,260 791,260 00000000000000000000fe0ca395909eca566eb5cf7881ec7b4956a101ace5d0 4,259 1.00/1.00 vMB 37
791,259 791,259 000000000000000000022988cb754c8653fa5ba132647efeec147a34f4afefba 4,155 1.00/1.00 vMB 38
791,258 791,258 000000000000000000001cd6b0da27f303f7aa830813cedb8d36d3504ded1737 1,496 1.00/1.00 vMB 29
791,257 791,257 00000000000000000003c1caad168bcc790a2c94cf18ab8f6bd4649af9b4427a 3,702 1.00/1.00 vMB 27
791,256 791,256 0000000000000000000190df1bce18c82c074e1e9ca98b68adf43af916382430 1,949 1.00/1.00 vMB 43
791,255 791,255 000000000000000000054f47e21f6010a891fc5bb9e8b3fdab5a37068d2b753b 1,888 1.00/1.00 vMB 29
791,254 791,254 00000000000000000001b8c2478b69145f6f777600ad4deac08ff425f185ef4d 2,070 1.00/1.00 vMB 39
791,253 791,253 000000000000000000051a2f2320cec3d918a6d9b8fc5ef69cf2a955eb4604cb 1,246 1.00/1.00 vMB 52
791,252 791,252 00000000000000000004cef6d043cdc6124c83b41b48947beaacf0a9f79fb8c1 1,981 1.00/1.00 vMB 58
791,251 791,251 0000000000000000000514d645f700e174dbf5b8943cf486608622d3984bd7c2 2,367 1.00/1.00 vMB 71
791,250 791,250 00000000000000000001b0fe0a62d53e3593b298a9013335e6f65b4fa8b02d03 6,054 1.00/1.00 vMB 23
791,249 791,249 0000000000000000000188a50800aed7defffeabb2dc65fc0676bf37a8804797 3,639 1.00/1.00 vMB 32
791,248 791,248 00000000000000000004b354dde652547af1e1759220bf5975eb41df308bacee 3,444 1.00/1.00 vMB 32
791,247 791,247 00000000000000000001e10c2d32ceb10dc6208fcc1078751e30bac4bf7d3b2b 1,985 1.00/1.00 vMB 28
791,246 791,246 00000000000000000000dc26ad6e429cdd6304f9f557cc213bbc3128bec03df1 2,893 1.00/1.00 vMB 32
791,245 791,245 000000000000000000005069d1d896b2df6837ebdf855d357a5b382a528479a9 2,414 1.00/1.00 vMB 54
791,244 791,244 00000000000000000002d322ffb38b732cfd0cec326d45407ab09fba3375b58a 1,912 1.00/1.00 vMB 26
791,243 791,243 000000000000000000034e6a18f3ba21f89cefd994dc9a3b66dc54a8b78f65d6 2,378 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 783.11 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: 732.00 GB
    • Received: 18.53 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.