Loading Tool

Explorer IconExplorer

Memory Pool

49,663 transactions
29.05 vMB
0.10214148 BTC
Random Selection Loading Transactions
Max Size: 154.16/200 MB

Candidate Block

Mining Attempt 29b3476590270ad5084ff51ead15cee27d1577980b21912870fd73949e805b07
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root dc0b50e8e722deddca7544c8661a761d1a03df3e2eae3c9b7ae7e49dc0800962
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,928
Size: 1.00 vMB
Total Fees: 0.02580544 BTC
Feerates: 70.48 > 2.59 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (234,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,513 680,513 00000000000000000005d2ab3c95d3432edce9733e6c97c35a97d7f9c77d61ca 2,277 1.00/1.00 vMB 109
680,512 680,512 0000000000000000000b1c6d9421fc196f3a60b78b944d389680e6a1a56e4c1f 2,038 1.00/1.00 vMB 116
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
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.06 GB
    • Received: 12.67 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.