Loading Tool

Explorer IconExplorer

Memory Pool

78,683 transactions
29.96 vMB
0.07714995 BTC
Random Selection Loading Transactions
Max Size: 182.64/200 MB

Candidate Block

Mining Attempt 4d7533b881171e4c67a96237f9de8bbe9d149b9e9aa87e68ef3b3d7c2ad14000
Version 20000000
Previous Block 000000000000000000012b00c78ffcff2c2f251c4df31f5491c4d8ec6c927e5b
Merkle Root 3310fa7e3ea35e2f3494c0f014969daf1cceff50dab62007810a44e4c3c0d0fb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,941
Size: 1.00 vMB
Total Fees: 0.01068092 BTC
Feerates: 150.68 > 1.07 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,389 (26,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
888,923 888,923 000000000000000000015333ee8f5376e2f8c4907e63956d3131bab6d3c981f8 763 0.96/1.00 vMB 1
888,922 888,922 00000000000000000001de5eec78fa38ab1e8537c8bdd6376a62d6d47f9536fd 1,971 0.99/1.00 vMB 1
888,921 888,921 00000000000000000000e9414c3eb93b543a00e8a54b654d68dc4d60a92d761c 3,126 1.00/1.00 vMB 2
888,920 888,920 000000000000000000006d42a6a0306f1c018b11f709d76333588d511fad5b51 3,202 1.00/1.00 vMB 3
888,919 888,919 000000000000000000019c0d629813522259672e60f45d68d8bf990a588b5b62 3,160 1.00/1.00 vMB 3
888,918 888,918 00000000000000000001955b97a1a79f9a083d1da288f6bf51a7bdc80a5d21c8 3,049 1.00/1.00 vMB 1
888,917 888,917 0000000000000000000006aa531463e0c21fd80455b37b2f132a87187d05950e 3,855 1.00/1.00 vMB 2
888,916 888,916 00000000000000000002128c4cfb6f00d8ac486a7fa41f9b6721db3775b8b657 3,789 1.00/1.00 vMB 6
888,915 888,915 000000000000000000001b4e4c1f4b5dc0df4a665708ae8b475deb437852f9ec 2,232 1.00/1.00 vMB 1
888,914 888,914 0000000000000000000124e7126817e19ada1ee26621e5f4a3633f46b016acfa 3,310 1.00/1.00 vMB 4
888,913 888,913 00000000000000000001c9d867d41b2ce886561997753ff0e60729394e03f5f1 3,300 1.00/1.00 vMB 4
888,912 888,912 00000000000000000001ebd95be20680e24aec46b54db64b1ab9a4891ec475e7 4,168 1.00/1.00 vMB 4
888,911 888,911 00000000000000000001297d2144b3fedffb6aea5eb50c0824f861841dd828ba 1,970 0.97/1.00 vMB 1
888,910 888,910 00000000000000000001b86cd43f33d482c38d16e54ebfe0e8aec36d76c4abe8 2,852 1.00/1.00 vMB 2
888,909 888,909 0000000000000000000063d94a6c04a17a51cf6cea73ffe371d7148e5bdff6bb 2,934 1.00/1.00 vMB 3
888,908 888,908 00000000000000000001df0fec548daa2b475dbb471b98abbd2c442dca799625 2,102 0.99/1.00 vMB 2
888,907 888,907 00000000000000000000096293564d02df0af73f50a4fcbddcc313b66aea5cfd 117 0.95/1.00 vMB 1
888,906 888,906 0000000000000000000145360394fde2cfdfa7f1b2a204d5770097072974615b 3,760 1.00/1.00 vMB 3
888,905 888,905 000000000000000000011cb34161bbd1a95adf01bd31af259fb9e4e22682819c 1,064 0.99/1.00 vMB 1
888,904 888,904 0000000000000000000249d327cd96a549988b9a5216247ac17090c11c132bd0 2,931 1.00/1.00 vMB 2
888,903 888,903 00000000000000000001931f1a1344dc283334d7a0c5f9e1ecad5f6ca865d792 3,467 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 720.84 GB
    • Received: 18.28 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.