Loading Tool

Explorer IconExplorer

Memory Pool

45,549 transactions
27.35 vMB
0.10253869 BTC
Random Selection Loading Transactions
Max Size: 144.21/200 MB

Candidate Block

Mining Attempt f50e0c7a7c0527ec78c52ac81845753d06bbf5dadfe3b7f35ea1abb97b6292bc
Version 20000000
Previous Block 000000000000000000006d5dec801a101478f03b45279c1f23f252ebcf40ea3f
Merkle Root 3e6e908b89206beb570a5182a49fc4c35691866c4d1580392320f05247b13d6c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,141
Size: 1.00 vMB
Total Fees: 0.04851436 BTC
Feerates: 201.07 > 4.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,880 (551,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
363,240 363,240 0000000000000000081a0692ca09f1b9a16e44d10984540568d0a6890894e3a1 1,688 0.75/1.00 vMB 39
363,239 363,239 0000000000000000128288c3c8e751f6bf156eac59babbfa5df9347212b2ef5b 1,947 0.75/1.00 vMB 53
363,238 363,238 00000000000000001131189e23b7efa18916660454d64bb84441d6b5e6cf89b3 1,969 0.75/1.00 vMB 52
363,237 363,237 0000000000000000006b8ccd591d9d8206eb9c426d2f11614b769622d812caa8 1,567 0.75/1.00 vMB 33
363,236 363,236 0000000000000000097eacd70f60104f137f732444936b5adc50adab6624b357 1,222 0.93/1.00 vMB 24
363,235 363,235 000000000000000013c7a4c19beb823762a6b5912a8fb9e46c863cedb377f37c 1,387 0.75/1.00 vMB 31
363,234 363,234 000000000000000014da24280684a2f4721d056d5eb93fd2b86b2519b61f71c2 512 0.75/1.00 vMB 15
363,233 363,233 00000000000000000635d0c91c3550a5528a42f54a308f636dbb1ee80910295e 1,465 1.00/1.00 vMB 27
363,232 363,232 00000000000000000aaa7575352f3b493b9e23216ed3ddd166fad96e02bee09a 1,402 0.75/1.00 vMB 35
363,231 363,231 00000000000000000e53876035953fcb4533027fe2d4ecc8b9ac6e3ea17d2286 1,819 1.00/1.00 vMB 27
363,230 363,230 000000000000000001ddac557e37b609260472f72ffed15f4de6021098e4f6d7 2,447 0.75/1.00 vMB 48
363,229 363,229 00000000000000000cbafcc39e37c5174e1548e752ef237108e3848b9d0c7c6b 1 0.00/1.00 vMB 0
363,228 363,228 0000000000000000147c9fe30da121798315992f15e58955621aa520a402b456 1,999 0.75/1.00 vMB 55
363,227 363,227 00000000000000000ae61c0aceee40df252eafe53dcdf6f34c76898871e79c1f 2,222 0.75/1.00 vMB 42
363,226 363,226 00000000000000000c8a157fd0113f9bb15ee6778bb40d3577ec8f4a2566d602 440 0.15/1.00 vMB 110
363,225 363,225 000000000000000009384efa36280eb5fc60248dd8c9e543d5f83dc3f2a7fe58 1,154 1.00/1.00 vMB 21
363,224 363,224 0000000000000000038636d3ef95b5a22247548728ef4ffe6cd050290af18e28 2,316 1.00/1.00 vMB 38
363,223 363,223 0000000000000000095804ee2e15fb870c9c60029e68edc27e004665a1c85437 755 0.24/1.00 vMB 55
363,222 363,222 00000000000000000a012d80e229db967f1246f01ecf7140f9e4f5630630cc4e 653 0.19/1.00 vMB 56
363,221 363,221 00000000000000000c76832fa6230519a85e8b8649896c2fd5f3bb6e6ceaf9d0 1,934 0.75/1.00 vMB 51
363,220 363,220 0000000000000000034a7ac9b292ee0d2d920505b3658078c98f9a8ef8580a3a 1,845 0.93/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.17 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: 653.58 GB
    • Received: 13.95 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.