Loading Tool

Explorer IconExplorer

Memory Pool

81,004 transactions
30.32 vMB
0.09484114 BTC
Random Selection Loading Transactions
Max Size: 181.82/200 MB

Candidate Block

Mining Attempt 87e4842c9d8827d9e871a2a01bfc67f644119551868aaddf96235ddab7a66654
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 2afa99b03b1fc5bb973fce55a215c295c92356f95ed22a593315b52b2a339cab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,017
Size: 1.00 vMB
Total Fees: 0.03190820 BTC
Feerates: 301.07 > 3.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (331,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,840 583,840 00000000000000000004f1f8c204dbe9ab3a827608aefd947355b013ace42c02 2,988 1.00/1.00 vMB 61
583,839 583,839 0000000000000000001f0f2b30eee768b132bb6b5cd7174eb04ccdface18395c 2,641 1.00/1.00 vMB 45
583,838 583,838 00000000000000000022d84b4832f79764bdc12c383a6a54a087c386f3b4e141 1,701 1.00/1.00 vMB 18
583,837 583,837 0000000000000000001b1248f4f17d804aa0013a2746b6cbfaee6fadc039232e 1,791 1.00/1.00 vMB 39
583,836 583,836 00000000000000000009f14985f6f060211b5c68e5f0b2a220bfff995c26f9cc 2,289 1.00/1.00 vMB 83
583,835 583,835 0000000000000000002192a9f869a6de9141841614fc09ccd6bd266e927eb533 1,013 1.00/1.00 vMB 38
583,834 583,834 000000000000000000078ac3e44ed7720a434ac2b6ae88680d022398f040a86f 2,355 1.00/1.00 vMB 36
583,833 583,833 0000000000000000000b4c9603289a29a931aea2b9068543d8721d74176fb717 3,059 1.00/1.00 vMB 74
583,832 583,832 000000000000000000049aea91142713a9a362c2dc235419f7a5901fb1a61dc1 3,174 1.00/1.00 vMB 62
583,831 583,831 00000000000000000005561b0354333909c4b83c9c864d13fc96fb8b4e6a8ffb 2,030 1.00/1.00 vMB 50
583,830 583,830 0000000000000000001dd0f5e1f7b0a43c835b8e9a664c3b69149d043a984d28 1,855 1.00/1.00 vMB 44
583,829 583,829 0000000000000000001f9316815063fdb65389f8ce8754a8ac61936565d17f03 1,164 1.00/1.00 vMB 56
583,828 583,828 00000000000000000012bfe4ad529a84ba6561a7ee95c10f7200e05e92c19196 1,192 1.00/1.00 vMB 54
583,827 583,827 0000000000000000001b7b62bcdf01a7fd6b67e4b85ace45818dd37c31e41036 1,393 1.00/1.00 vMB 39
583,826 583,826 00000000000000000006363e9ee58ad1cf0a3e2d9b985f78f568e93a6e6aa701 1,843 1.00/1.00 vMB 64
583,825 583,825 000000000000000000220f0adeade71e331eb5be7a8e583864edd28ba099e875 2,843 1.00/1.00 vMB 82
583,824 583,824 00000000000000000017811ec2f255ea4ab24293ce9615c868f6b3cb45392be9 2,756 1.00/1.00 vMB 80
583,823 583,823 0000000000000000000178048a18ab019f76e3795e675a2f727180e5543f9075 2,387 1.00/1.00 vMB 50
583,822 583,822 0000000000000000000967e8891d8cbd6c5c75cb2393672d1cf47a814415b080 2,519 1.00/1.00 vMB 66
583,821 583,821 00000000000000000002d3a1413473d565a9ed9f13051f9c8b153566582eb502 1,545 1.00/1.00 vMB 65
583,820 583,820 0000000000000000001aa2544a3cdfa8209d6c774de05b989dae7c68ac14572a 2,719 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.41 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: 664.98 GB
    • Received: 15.07 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.