Loading Tool

Explorer IconExplorer

Memory Pool

45,195 transactions
26.65 vMB
0.05931204 BTC
Random Selection Loading Transactions
Max Size: 141.03/200 MB

Candidate Block

Mining Attempt 0e8abbe28dfb68a960f326881c131d3ba15e1007ca6c1b2b81e3fd2b805f9faa
Version 20000000
Previous Block 000000000000000000010a691d8711905b74c8ca1255100e4f4641696d5db79a
Merkle Root 8d1f0a7ce8a10011f865f9a94a4bf54be58eaaab757780be4be551e0dc4df060
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,346
Size: 1.00 vMB
Total Fees: 0.01020850 BTC
Feerates: 49.26 > 1.02 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,736 (457,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,645 457,645 000000000000000001e026d0b2ff76a24d8a53be8378856dff9fff83af702616 1,748 1.00/1.00 vMB 152
457,644 457,644 00000000000000000212692f22635a5c9b5b5e8c816aeb80c14ebe0aa5725b38 2,072 1.00/1.00 vMB 141
457,643 457,643 0000000000000000023044ad9dad066cd6aea9038f4d4d3fc5bf6987efe29f3d 2,523 1.00/1.00 vMB 205
457,642 457,642 00000000000000000124d5c5f63836ac320453c4df95d43e30bb6d01c966f456 1,256 1.00/1.00 vMB 133
457,641 457,641 0000000000000000017e483459aa9451471c56de29c40cd883304cd967eb6e14 1,069 1.00/1.00 vMB 204
457,640 457,640 0000000000000000022b5176f338061a63a68c9f40c0f05192a87aa8b4db891b 1,185 1.00/1.00 vMB 75
457,639 457,639 000000000000000000fcfaf34d9d962fdea4084296658c889eea9757a08853df 949 1.00/1.00 vMB 66
457,638 457,638 00000000000000000171b68a683b45d51a603baf0e72a44fb76bac1cfa609e36 1,728 1.00/1.00 vMB 121
457,637 457,637 0000000000000000000ea2c6bf1c0698e97e359bf07b4d855ba940761b590347 1,812 1.00/1.00 vMB 128
457,636 457,636 0000000000000000023b4194b4cd85fee4426f603a60aa1674c5a946b1da8a72 2,425 1.00/1.00 vMB 154
457,635 457,635 0000000000000000019fb0340369cf0d2f92c21d2f6b5c3a23f06289df9a25cf 2,447 1.00/1.00 vMB 200
457,634 457,634 000000000000000001ae652b983cae33f8f36d0bb73f40403d19a2798816cdfa 2,483 0.99/1.00 vMB 216
457,633 457,633 0000000000000000017e6b9677d842af17b70d904e6ebd06241ebc9fdec80529 2,027 1.00/1.00 vMB 188
457,632 457,632 000000000000000000c8577049eef346135bc3da57a0e5d84844c21b57cc2d4d 1,832 1.00/1.00 vMB 136
457,631 457,631 000000000000000000038bed8b89c4e82c13076dd64dc5f7a349c39d3921d607 1,944 1.00/1.00 vMB 164
457,630 457,630 00000000000000000255f50f6497168a0de4955c7f263ded4a7eb47ec5412ebc 2,138 1.00/1.00 vMB 197
457,629 457,629 0000000000000000014e81de171022f99135042690a37129118ffe711a2f3718 2,412 1.00/1.00 vMB 216
457,628 457,628 000000000000000000b222b8a91a42c1f762b1cf04d643f5f8ae6050878fb356 1,197 1.00/1.00 vMB 210
457,627 457,627 000000000000000000542f4b7348007b584008b619c3d2626d79812a1a5efce8 946 1.00/1.00 vMB 75
457,626 457,626 00000000000000000140495285314d23cf40de645824fb9dd4b8adeb25190b12 2,384 1.00/1.00 vMB 174
457,625 457,625 00000000000000000180855f362c68775b7fd70bb683d07ce9794a199cea2cee 2,065 1.00/1.00 vMB 139
Previous 10 blocks ↓
Total Size: 781.92 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: 646.12 GB
    • Received: 12.81 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.