Loading Tool

Explorer IconExplorer

Memory Pool

40,426 transactions
25.72 vMB
0.04998835 BTC
Random Selection Loading Transactions
Max Size: 134.20/200 MB

Candidate Block

Mining Attempt 0fd2ccd23c2bd7a79242e73910515f2db506c5608dda7b682b0b2fec735366a8
Version 20000000
Previous Block 00000000000000000001743d9fa75a76ccfc2ec2c77c90fb619dc97a9fb9492e
Merkle Root 5971716f45cfcb00e6c8cac59151591d9e558102025231ea4d16db509cd10602
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,950
Size: 1.00 vMB
Total Fees: 0.00337317 BTC
Feerates: 140.50 > 0.34 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,733 (234,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,518 680,518 000000000000000000055c9fdc31fa8ffa16bbedb754eac1d63fecadfb72ccb6 2,207 1.00/1.00 vMB 164
680,517 680,517 00000000000000000000dca14e4b310c83add777b13ea033b7fbf27afd536204 1,996 1.00/1.00 vMB 71
680,516 680,516 00000000000000000002a014c5cca316a0d11e63ad43836dffbf62d811cf33db 1,791 1.00/1.00 vMB 28
680,515 680,515 00000000000000000001c24d16542266295de6aac6db101b9ea80d1ffae1d8e4 1,692 1.00/1.00 vMB 29
680,514 680,514 000000000000000000026c84c8f3d5f91000aa91af5bc8f9c2f79769fbde5eb3 2,047 1.00/1.00 vMB 124
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
Previous 10 blocks ↓
Total Size: 781.92 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: 646.04 GB
    • Received: 12.80 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.