Loading Tool

Explorer IconExplorer

Memory Pool

40,053 transactions
25.70 vMB
0.05220859 BTC
Random Selection Loading Transactions
Max Size: 133.82/200 MB

Candidate Block

Mining Attempt 1f2e7197a6559da6f353868f7b7130b22024b625d671448da68ccc9be044c261
Version 20000000
Previous Block 00000000000000000000b5b2d45e6886bb0157eb70677ea9d4555802ee085a1f
Merkle Root a4409780a35e2a6717b8e3a9c52b45dbc1f6e6d4b87b955c83dafaae61af593f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,690
Size: 1.00 vMB
Total Fees: 0.00569166 BTC
Feerates: 75.74 > 0.57 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,732 (234,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,520 680,520 0000000000000000000356103c4ef6f6442907e037aa3dc3b1bf7b0cefa3735c 1,832 1.00/1.00 vMB 33
680,519 680,519 000000000000000000080ed8e1fb50b4289fddda2a205ad940838212b45cd328 1,392 1.00/1.00 vMB 82
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
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: 11
  • Data Transfer:
    • Sent: 646.02 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.