Loading Tool

Explorer IconExplorer

Memory Pool

88,835 transactions
33.70 vMB
0.14320757 BTC
Random Selection Loading Transactions
Max Size: 199.74/200 MB

Candidate Block

Mining Attempt 42d0f441bcb9ae6c9d1f0cf042db52ae163e57ed779b78a69b4291d5ae71b7e8
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 415abab0920ef1f58c2609ab733e6280442d94be09f0b73faa373907581e2015
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,337
Size: 1.00 vMB
Total Fees: 0.05790463 BTC
Feerates: 469.97 > 5.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (253,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,101 661,101 0000000000000000000d0dde2bf69f0d06b5c54f20d5d40986ea07edec0e9e20 796 1.00/1.00 vMB 5
661,100 661,100 00000000000000000008d47b96dcde1293bde229857a437bb9427408a339b812 1,400 1.00/1.00 vMB 22
661,099 661,099 00000000000000000005f30b52437943d64e02d2dc427304caffe78464d642bb 2,729 1.00/1.00 vMB 5
661,098 661,098 000000000000000000032caa7717c5185bf7088fcf53f887b10b2476852d6c3a 2,880 1.00/1.00 vMB 54
661,097 661,097 00000000000000000005019177beea0395175760e70d5359e579db544f7664a0 2,301 1.00/1.00 vMB 40
661,096 661,096 00000000000000000002dacebe5d8c120d59f9091e3df723d86889a0fe02f8a3 2,795 1.00/1.00 vMB 75
661,095 661,095 0000000000000000000042615ec4af21504289f75e955ddcbe383ba5dca64117 1,184 1.00/1.00 vMB 15
661,094 661,094 00000000000000000000170c87555150e88b02319792b00a15e06d7691aa3c3b 2,150 1.00/1.00 vMB 32
661,093 661,093 0000000000000000000539ef69e1b768cf14bc9809a8d93cc13ce25e4d655dd9 1,611 1.00/1.00 vMB 15
661,092 661,092 0000000000000000000e2ef1405f549a5c5270fa17d6331cf1f7522d6353f42a 2,115 1.00/1.00 vMB 8
661,091 661,091 000000000000000000065cc6ccc6dd09686136845e7e4fb3286a52888dd77b1d 2,702 1.00/1.00 vMB 34
661,090 661,090 0000000000000000000187692b5e0f46dc8749dde719a18b93f6db6acae55306 2,391 1.00/1.00 vMB 26
661,089 661,089 0000000000000000000714a7522482691051887f964eecb0950cc3144e6a2d3b 2,627 1.00/1.00 vMB 38
661,088 661,088 0000000000000000000e76cf4a68c8897f8c9c57a93b3a5dafbea594b3db4a9c 1,824 1.00/1.00 vMB 64
661,087 661,087 0000000000000000000c8d49fb93fbd849b31c29006b55d5ad85be2d01261175 3,274 1.00/1.00 vMB 77
661,086 661,086 0000000000000000000a3d68bdbf6454b177db9803d067ba0fd33a81d3243f59 2,092 1.00/1.00 vMB 4
661,085 661,085 000000000000000000074dc4e1e2dd7ae57a84e13cae42cfa4fafb1f4f939b25 2,573 1.00/1.00 vMB 18
661,084 661,084 00000000000000000001b78cf83e790b5fa6467a9c30c9664b3ae1021f6b8b35 2,825 1.00/1.00 vMB 64
661,083 661,083 00000000000000000008c54550371fa00609e9bb33f0fdb832b59a2f66a69479 1,961 1.00/1.00 vMB 23
661,082 661,082 0000000000000000000789913bf75a78dbbb7db023ac6ca7e215ca11f29ea230 2,191 1.00/1.00 vMB 40
661,081 661,081 0000000000000000000dec00cb968ceb818ed4428868b911022029b458844d0b 2,246 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.30 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: 658.00 GB
    • Received: 14.56 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.