Loading Tool

Explorer IconExplorer

Memory Pool

47,652 transactions
23.84 vMB
0.11631037 BTC
Random Selection Loading Transactions
Max Size: 132.01/200 MB

Candidate Block

Mining Attempt 09ab0febe687702610cc7f31e76b9bfadbc4a4aa775e783d6babed0310aa7492
Version 20000000
Previous Block 0000000000000000000075f7f0d716095abc5d5915552b56d7f74fc1265f2fec
Merkle Root 31de8c60a4e380593d0d1286c2fa49f46861b7b8b8e5207153942bf8912750ca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,961
Size: 1.00 vMB
Total Fees: 0.02805108 BTC
Feerates: 150.68 > 2.81 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,087 (546,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
367,391 367,391 0000000000000000026e20d43bee5eff87495bf3bd06d2f79413e280926180ea 1 0.00/1.00 vMB 0
367,390 367,390 0000000000000000041e5294730509bb3cc0b74f8619c3445451c6e56a43ad5b 1,813 0.93/1.00 vMB 48
367,389 367,389 00000000000000000987381412439a09b37b5373a7f9d8ec95e4652237a81f6c 1,569 0.92/1.00 vMB 43
367,388 367,388 000000000000000013c995217cae64616749736ecf48fcfc46b8ba68a865e594 207 0.99/1.00 vMB 11
367,387 367,387 00000000000000000f4107eeff2b080ce42934268c7334ddf38b095462191cd6 506 0.75/1.00 vMB 26
367,386 367,386 00000000000000000ffb2f388bf881c791d7163d1a9f10bc00613a0074fb4bb0 1,092 0.95/1.00 vMB 36
367,385 367,385 00000000000000000145c4d2d15bcf4f4d1eea7da7fea0260c2f6dd291a2dabe 1,524 0.95/1.00 vMB 47
367,384 367,384 00000000000000000d086ca5fffd66b7c708a9ef8b8b809a7249c7e370e12a61 636 0.68/1.00 vMB 29
367,383 367,383 00000000000000000ae7ea25ca7c0b3b37892e78d42cf6bdd04c429fbd164ad8 2,095 1.00/1.00 vMB 47
367,382 367,382 0000000000000000111845538f650d94b712c3f6912bb7d888b6e430339fadf7 2,132 0.99/1.00 vMB 41
367,381 367,381 00000000000000000af105c0ee4bbdc679eb6ba3d4bc68eb9b9dd0d16a62fcf7 1,252 0.99/1.00 vMB 27
367,380 367,380 0000000000000000103f2e37ce55bd0cd561306da4832fadb4570638e27a9c17 1,494 1.00/1.00 vMB 38
367,379 367,379 000000000000000001e591e41d7aa486a6b1b1c21f569b89088f9b87d83f8068 1,171 0.95/1.00 vMB 35
367,378 367,378 0000000000000000135dc32fa120124516c42dceafe79ef5fabd1d337f8926d4 754 0.93/1.00 vMB 28
367,377 367,377 0000000000000000014f2d346de2091c3355c483eb29d7f4efe10891af2ddb07 638 0.79/1.00 vMB 31
367,376 367,376 00000000000000000a69daf28b6edb19ad6701d50f7a7ddddf79cbf82436d686 172 0.93/1.00 vMB 23
367,375 367,375 0000000000000000136cf5e889755885e1cea8a96e7930f71d7ba0962216fe47 1,434 0.95/1.00 vMB 46
367,374 367,374 00000000000000000ef36d998ad53f2ef6bf57cea6bfb030e3c4beb77ca3b25b 646 0.75/1.00 vMB 33
367,373 367,373 000000000000000005bd5f469098c34a9bf56f658ed66636fb5fb8a7afa8224c 1,393 0.93/1.00 vMB 39
367,372 367,372 000000000000000013ca8eba7eb245a6ad8a960331fa2bab50b7153f2e08f44e 1,998 0.99/1.00 vMB 47
367,371 367,371 0000000000000000077175290d7695ef68fe314bfc6deac4f19af95c1867fd0c 509 0.90/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 780.75 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: 557.02 GB
    • Received: 7.04 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.