Loading Tool

Explorer IconExplorer

Memory Pool

44,698 transactions
28.76 vMB
0.12716012 BTC
Random Selection Loading Transactions
Max Size: 149.73/200 MB

Candidate Block

Mining Attempt 6d6565dcef605e8e86445ff52c20df3c44f6f71bebe5b3702416e8af8dda893c
Version 20000000
Previous Block 000000000000000000017af1f60b0a1774993e39cbb6c5abc4771238282a0259
Merkle Root e8a49918bce2e0945219865d2af1807d6d8a065c373a7d3d7c09119ea37c5ef9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,012
Size: 1.00 vMB
Total Fees: 0.03936694 BTC
Feerates: 201.13 > 3.94 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,711 (234,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,511 680,511 00000000000000000008ed4954c5d40efd05f91511dd4e5b0fb2ad0a2a1ef815 1,754 1.00/1.00 vMB 35
680,510 680,510 000000000000000000003f240ee9ba9b130226574ffee90d6ddf9ed54971b38c 2,492 1.00/1.00 vMB 99
680,509 680,509 000000000000000000004338ac43be0c155717f1c676333d8350e07f41fd98a9 1,402 1.00/1.00 vMB 157
680,508 680,508 000000000000000000039d138870deaa4b5521e0c410832c6eebf11ea8cc0c54 831 1.00/1.00 vMB 156
680,507 680,507 0000000000000000000262c315740405a4fc387d896e3004ec38a7a647597899 2,000 1.00/1.00 vMB 109
680,506 680,506 0000000000000000000bcba4ab0555c59354388684346e93795bdf7e404709f1 837 1.00/1.00 vMB 64
680,505 680,505 000000000000000000078ea733b6586a667e1baffe8a4449927ba56db3e9beb8 1,405 1.00/1.00 vMB 40
680,504 680,504 000000000000000000069acc468a3c411f9224feb105d71493c743146dc77e33 1,179 1.00/1.00 vMB 51
680,503 680,503 000000000000000000014fc8db30a4286c42b95d9284760f542d2d9861d9bc87 921 1.00/1.00 vMB 34
680,502 680,502 0000000000000000000b1b33ad862950f12f018c27f690edc156c9cd00dd7a8b 1,130 1.00/1.00 vMB 40
680,501 680,501 00000000000000000003f26eb91e8efae8ad7cc693c4331b1c6e60b7718f5181 955 1.00/1.00 vMB 27
680,500 680,500 000000000000000000031a6c9c53a025e6c04fb2f3bb280f27d1f886bc9defa5 475 1.00/1.00 vMB 63
680,499 680,499 00000000000000000002f71efb344b2776c7e4b05df5f2ac47b5a7d4514931b9 1,702 1.00/1.00 vMB 52
680,498 680,498 0000000000000000000a11033fb16367cedfa87f09dbaaa1aff719d401ed29cd 2,246 1.00/1.00 vMB 118
680,497 680,497 000000000000000000032d2d317cf685e00be45cfa4a1f4929f8a264299cf9b0 1,322 1.00/1.00 vMB 187
680,496 680,496 00000000000000000000ec24af7805a449446c46bb4170e732e67b6cfbf80597 1,833 1.00/1.00 vMB 79
680,495 680,495 0000000000000000000bc54c631da31f3e11807dbe386f6fc796c16fc5159096 1,540 1.00/1.00 vMB 29
680,494 680,494 00000000000000000006860672cdc80d0f79a5fab216b6a6a7ac1682a4bf9619 1,925 1.00/1.00 vMB 82
680,493 680,493 0000000000000000000119a3e20de6f59818032823a347296d9d812af7bbc9f4 1,347 1.00/1.00 vMB 71
680,492 680,492 00000000000000000007ca8e0fbd6e5a3ac8db9f4ea60e48372332156cb0ec5f 2,672 1.00/1.00 vMB 135
680,491 680,491 00000000000000000008d232fbe4d3eddb5620e24bf92d3d76d6ec97cb66d2b3 1,918 1.00/1.00 vMB 245
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.05 GB
    • Received: 12.66 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.