Loading Tool

Explorer IconExplorer

Memory Pool

45,591 transactions
29.03 vMB
0.13835193 BTC
Random Selection Loading Transactions
Max Size: 151.29/200 MB

Candidate Block

Mining Attempt 28bad5e601d8fcb4b10628f6e5b1adc90e69ee02a164a9de5c93cbd6662eb599
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 8525de44596323c5c7acedd1c91c49687b6a7079ebbe2d49bd9cbe1f61f97c92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,643
Size: 1.00 vMB
Total Fees: 0.03906456 BTC
Feerates: 100.25 > 3.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (525,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,532 389,532 00000000000000000026b3e425497694e1e32d2407f0ddeb13fbd401de9eedf8 1,766 0.93/1.00 vMB 42
389,531 389,531 00000000000000000530e4bcf3d4708f405f3d33ea6aa40992a9eebd4d8bbc0e 2,618 1.00/1.00 vMB 49
389,530 389,530 000000000000000008fa584ded7e93dbf1a79e75236369f8f6980cb500994226 1,508 0.75/1.00 vMB 35
389,529 389,529 0000000000000000013f39acbd07242c640995f9be0af9b7fa7eabcd911c8a3b 2,537 1.00/1.00 vMB 31
389,528 389,528 000000000000000007168c8816039e90cc6d1c5dee668b3491358a47d73e6b9c 2,283 0.75/1.00 vMB 69
389,527 389,527 00000000000000000142bd5e23772a5795888db61515dc32904aa78aa17a6e3e 1 0.00/1.00 vMB 0
389,526 389,526 00000000000000000943933439c655b7a22b17b2430ebce73ef04b2132a811d2 2,200 1.00/1.00 vMB 35
389,525 389,525 0000000000000000031e8d2db505a26021314c3d7d9637ba5bc2acc1e3f55256 1,523 0.75/1.00 vMB 32
389,524 389,524 000000000000000005a4fa75f22e50a28c1f9df977dca2156aae828fc63bf2f4 2,529 1.00/1.00 vMB 43
389,523 389,523 000000000000000003d90ef4131599e47b37761e8af093fa963ce8d3cc665d16 2,601 1.00/1.00 vMB 46
389,522 389,522 000000000000000009ebcfec4c4450fd21f16f2c5b080f54fb56b9f54687eb16 1,503 0.95/1.00 vMB 24
389,521 389,521 000000000000000006b87fa58fbef05e7f6157552465ab41a41595ed51290c8c 2,084 0.75/1.00 vMB 45
389,520 389,520 000000000000000004e745e79c7b7f893844ae5ee176f370d2e1c4c5dddbbee2 2,914 1.00/1.00 vMB 48
389,519 389,519 00000000000000000803c97ba2c4828fa2b4119ea01de9772a79a7bae0a5872b 2,419 0.95/1.00 vMB 50
389,518 389,518 000000000000000004ea88b7f6588175de4eec93e3d021ec1e9e5605d8655eb6 1,413 0.75/1.00 vMB 26
389,517 389,517 00000000000000000021af20720e9040ac0b9fc69ebdfb010d98bfea1bd70160 2,629 0.93/1.00 vMB 51
389,516 389,516 00000000000000000705c56ffab92456d53b5a76f7be371ab77ee690203e51d4 2,154 1.00/1.00 vMB 33
389,515 389,515 000000000000000006438541d91154aaa69fb691365dd63c1cdc138012fcfdd7 699 1.00/1.00 vMB 16
389,514 389,514 000000000000000000f689874cc6cb09ca932ba373f923da9ed11263a6cc74a2 1,761 0.95/1.00 vMB 31
389,513 389,513 0000000000000000038b8de4852e5c535b91b149eb8588b817378c52cf3308ea 2,653 1.00/1.00 vMB 43
389,512 389,512 000000000000000004579be88ee21c2d3ac0306359ef9e3f18db8b55ac3a1524 2,906 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.64 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.