Loading Tool

Explorer IconExplorer

Memory Pool

75,357 transactions
27.76 vMB
0.08014836 BTC
Random Selection Loading Transactions
Max Size: 169.44/200 MB

Candidate Block

Mining Attempt 7d3bb69db2102fbfb0aa48a22e40042cb33ce3e5233d27697b7b9696d8b3c6b3
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root 7a93f8026d54b14ca1a5f0baeeae66b2ea2170e9c44926eaa7949ba7544f73cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,326
Size: 1.00 vMB
Total Fees: 0.02079803 BTC
Feerates: 106.68 > 2.08 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (322,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,200 593,200 000000000000000000097769eed41a0951c49c81fe5b83ffe3bc7722fcae043e 2,840 1.00/1.00 vMB 35
593,199 593,199 000000000000000000015ad41733b88c5b4a344b627fbc619e5dab8165caf28a 2,645 1.00/1.00 vMB 28
593,198 593,198 00000000000000000010fce0312bb452b6acb4846ad9fdae24905d4fc80d1c99 2,642 1.00/1.00 vMB 46
593,197 593,197 0000000000000000000fff0d878d0e48c4f1c50674362595a19700310a1d5609 2,947 1.00/1.00 vMB 27
593,196 593,196 0000000000000000000310e10be4967caccdff4b3fd8257a5e6306bb7b7689ea 2,348 1.00/1.00 vMB 19
593,195 593,195 00000000000000000012207154dbab1dce72c59f5546a7249922ad027979b44f 2,459 1.00/1.00 vMB 29
593,194 593,194 00000000000000000007aca1e85179d1351a54d2a6a3211ed6cfb144bf3221fa 3,414 1.00/1.00 vMB 26
593,193 593,193 000000000000000000187f288389fc7abf393d252dd4be28b5b5f1c467d449b5 2,452 1.00/1.00 vMB 30
593,192 593,192 00000000000000000010e1920a7da490654b3749cb74cd250c313a9ab1fc2dc5 2,785 1.00/1.00 vMB 47
593,191 593,191 0000000000000000000db31a8f1e907172154a6aa769d34603c1347179891e8a 2,870 1.00/1.00 vMB 72
593,190 593,190 00000000000000000003cd7caf154d33d63798e260a25063baa4a95c3f9c6d37 2,172 1.00/1.00 vMB 22
593,189 593,189 0000000000000000000b21ca2eb0becd46c2146633e320aa22890f224ec1300c 2,488 1.00/1.00 vMB 24
593,188 593,188 00000000000000000009e7c189c2c1525a212f218a6a55024c4b705d7fe1283e 2,995 1.00/1.00 vMB 57
593,187 593,187 00000000000000000004ad283407a4d76650ae677cca5090b78d57de0c79cab2 1,692 1.00/1.00 vMB 31
593,186 593,186 00000000000000000008d1bf2d11ed66066f5145ca5bdbc167eb9caa5b46e9a6 2,716 1.00/1.00 vMB 42
593,185 593,185 00000000000000000006c33693dbe2104e9348ca935bb0938ee4bcb234a6368b 2,745 1.00/1.00 vMB 52
593,184 593,184 000000000000000000025a9ce5b02e3426f6d840664c67e642daff3ce0299d69 2,585 1.00/1.00 vMB 35
593,183 593,183 0000000000000000000982e4c66588097cdeaecc9b64fb8f7160975e9334bcc7 2,566 1.00/1.00 vMB 46
593,182 593,182 000000000000000000155ba72d7c42f0705cc532306d6260d69b3316eda5888e 2,357 1.00/1.00 vMB 56
593,181 593,181 0000000000000000000238c43f52b5012763cb57a81e6f176451f087532fa121 2,603 1.00/1.00 vMB 20
593,180 593,180 000000000000000000102d366c354c72336b483ea00d25448a4e1fef8f3579b5 2,413 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.85 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: 712.49 GB
    • Received: 17.17 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.