Loading Tool

Explorer IconExplorer

Memory Pool

76,787 transactions
30.29 vMB
0.18448888 BTC
Random Selection Loading Transactions
Max Size: 177.58/200 MB

Candidate Block

Mining Attempt fe680a56feca6afd435757e1708ab5c1ffd04f1bdf0cbfbf9131812dde57beeb
Version 20000000
Previous Block 00000000000000000000aa6542fe69f5a6c66ad4705fe6f15ecafe66f2b2f30f
Merkle Root 5618328daa036f9512b87326c2e3e0850fe339065148344645a27643c8fc2740
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 3,959
Size: 1.00 vMB
Total Fees: 0.04884292 BTC
Feerates: 170.51 > 4.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,650 (760,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
156,710 156,710 0000000000000bee6e1423ca38b56df7a092e48d6396e4459cb3cb7befa3e55c 8 0.00/1.00 vMB 356
156,709 156,709 00000000000005f6e5afd136ac4cecca6db1014613079e3f192610297d62bdd6 36 0.01/1.00 vMB 273
156,708 156,708 0000000000000778fa3d2eb91228a88c68fee4490f3437261bb9d93075ce0105 95 0.04/1.00 vMB 38
156,707 156,707 00000000000000faa87eddfc14a50fce40bc585e83982308e0aa8d62bd4b0e3e 19 0.01/1.00 vMB 111
156,706 156,706 0000000000000bda1d0902eaf7ec435d8cb206aed484684ba1adec5456a53e87 44 0.02/1.00 vMB 31
156,705 156,705 00000000000008e24d24c0988140d9b8f6104803d08cbbeff798cf256fca60f3 188 0.05/1.00 vMB 5
156,704 156,704 0000000000000ee990af69888f1b2a3abd86437fb4d0c2c9b20e6676c3afbdb5 83 0.03/1.00 vMB 95
156,703 156,703 0000000000000a7fc3c54ada2f897caeb2269954a439178cb7ff91dcd924eb6f 13 0.00/1.00 vMB 388
156,702 156,702 00000000000007a3b36bba7f2c1f25cab5af86eeed8b3d8ca7df70161ce6109f 71 0.05/1.00 vMB 93
156,701 156,701 0000000000000c4714d401aa230c4f7e394faa3f8cd6553cc97ee22eaa3e5432 44 0.02/1.00 vMB 0
156,700 156,700 000000000000024f293ad325cb9d2290f221f0e87e2a555c69b4db8710c2875b 112 0.05/1.00 vMB 95
156,699 156,699 00000000000008a4a110d781dd7e0287777d990a365c123868b33805b68dbb58 46 0.02/1.00 vMB 251
156,698 156,698 0000000000000b585d84f10bae330a904dc4eafec7370055bdc5a419fe480770 27 0.01/1.00 vMB 158
156,697 156,697 0000000000000149521bcd2cb52c56e8fb7e549c48518a4c94cdc08fcf697944 39 0.04/1.00 vMB 20
156,696 156,696 0000000000000ab8224dde1b708b32d81fb43dd23f512bb7d5be20d2f95b8ea7 27 0.01/1.00 vMB 3
156,695 156,695 0000000000000cb7b9c4dbe5f15c2f07854fee06d355a488d8a906fd08605361 40 0.02/1.00 vMB 40
156,694 156,694 00000000000007a5e496091fed8570bdfa5b5c6d0c4f3514b49b0fec8b2fa729 107 0.03/1.00 vMB 100
156,693 156,693 0000000000000c190d73d0d8b2ced87cf036abd563224a6aaada5d42deee3bb0 24 0.01/1.00 vMB 24
156,692 156,692 00000000000004b3a44c6762df598ee9bd60928b1c6dd31060f33cd61029b422 77 0.03/1.00 vMB 136
156,691 156,691 0000000000000d0ebe5f565e51a8c5583988f385a4873ec067e194d82c009f1d 39 0.01/1.00 vMB 764
156,690 156,690 000000000000030b79367332c31ec3e80eb3b7e1449a8e13bfff9ffd208b9ccb 35 0.02/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 786.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: 1,025.88 GB
    • Received: 35.87 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.