Loading Tool

Explorer IconExplorer

Memory Pool

76,202 transactions
29.15 vMB
0.10432369 BTC
Random Selection Loading Transactions
Max Size: 172.34/200 MB

Candidate Block

Mining Attempt eea95c4694459a3aa6d42695452fe0161744ca9f701e0987e905e276c257c8b2
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 626f311a373ac6186860ca320eb982211a35ec14012baa7fc5e1990ade591a92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,401
Size: 1.00 vMB
Total Fees: 0.04173667 BTC
Feerates: 201.37 > 4.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (327,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,246 587,246 0000000000000000000484f1c9181ea0b6d236c59e88cb82923191a1d867afb7 431 0.14/1.00 vMB 25
587,245 587,245 000000000000000000051db141fa64f5fed3db8fb495e8ea969705a4767cf7d1 2,551 0.94/1.00 vMB 28
587,244 587,244 0000000000000000000e9a59b8d02dc402efda7cf3755d2d348b1fbf3af2b8ba 263 0.08/1.00 vMB 29
587,243 587,243 0000000000000000000ad07bbbfe9426b5966b716249a87a0995cae1febb02a7 1,930 0.68/1.00 vMB 16
587,242 587,242 0000000000000000001828037bf5107862d2c07b3356309bc6c8b367e4e15a19 2,901 1.00/1.00 vMB 40
587,241 587,241 0000000000000000000b1b6a211c828fd06f2de6b0484b9bb6bec6a13a731824 3,064 1.00/1.00 vMB 20
587,240 587,240 000000000000000000116d811f4b8fde58b9b164e507d007f520673f2048865f 2,668 1.00/1.00 vMB 36
587,239 587,239 0000000000000000000a7e8fd364d883e99e4c5dfac863a52d8a3be2bce3f2bf 2,648 1.00/1.00 vMB 42
587,238 587,238 0000000000000000000fc7c6eec3e47d82c2e1851a812de00a4dbd1401555f0a 931 0.28/1.00 vMB 26
587,237 587,237 000000000000000000076beb114fe9aa7b5c2d940d838ecd1e8cc9aa4fabaed2 157 0.05/1.00 vMB 17
587,236 587,236 0000000000000000000265842ee056041d470b1365066788390b45b711f2734c 2,009 0.66/1.00 vMB 29
587,235 587,235 000000000000000000071fd026c65f3bd1da5f368fe7e3d8925da7fea2a83de3 2,197 0.69/1.00 vMB 32
587,234 587,234 0000000000000000001eaa927da6eac9456c1e26e985aa35cf133461802f34f8 1,894 0.64/1.00 vMB 25
587,233 587,233 00000000000000000005460f024e15b2f361567f145298d4cdcfce44474755db 51 0.01/1.00 vMB 27
587,232 587,232 00000000000000000000298453d55b2b6fe1e71acb3e2461be6776cdc93e5b78 1,951 0.63/1.00 vMB 31
587,231 587,231 00000000000000000006d063e66be6935d25517d8ce782216a97a1f639c2396e 275 0.08/1.00 vMB 31
587,230 587,230 000000000000000000125aed0301cefbd3128f8e99f409cc520c0bb1769bee8c 2,657 0.89/1.00 vMB 29
587,229 587,229 0000000000000000001c60e0a53a4ac9edb2b51fa247726d44fd04df7c57c4a3 2,670 1.00/1.00 vMB 13
587,228 587,228 0000000000000000001479996b035beeb1210b5d60cdcc03550e3d4faf50687e 3,052 1.00/1.00 vMB 53
587,227 587,227 00000000000000000008ce2ecac32df8726d6ebe03e5bc310bb09867c55183ea 1,843 0.58/1.00 vMB 15
587,226 587,226 0000000000000000001ba3e43887f3c1a1ea141ffb6e0529fbb2bce329abd7b3 2,436 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.