Loading Tool

Explorer IconExplorer

Memory Pool

76,373 transactions
28.33 vMB
0.09367616 BTC
Random Selection Loading Transactions
Max Size: 171.65/200 MB

Candidate Block

Mining Attempt 2c632d5ac3c2488162e1b7eb457a27368cee78503f78d9054625a84fbd69e1ae
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 537b842a9b264fb1d4b73a67874fb6d384a716f79a4669b05f9f66a975bc8f9c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,451
Size: 1.00 vMB
Total Fees: 0.03115322 BTC
Feerates: 150.80 > 3.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (476,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,206 439,206 0000000000000000014e424f4dd51c10f913036a1e3c1c48188a6e52bde64cfd 600 0.27/1.00 vMB 48
439,205 439,205 00000000000000000331a71a92c3750e147dc76cb297b97f5cae22448c3f502c 2,606 1.00/1.00 vMB 59
439,204 439,204 00000000000000000358c0f4695ceac44f94bb3061b27955e6c1fbd44cbcbb5d 1,989 0.75/1.00 vMB 67
439,203 439,203 00000000000000000069c9c57af0f7f4822d9b45f2f7c97077bb689dcf962f11 1,333 0.65/1.00 vMB 53
439,202 439,202 0000000000000000000323dcad6fce5f7d1b77033f6d4c5ee81f3063a0521db1 1,001 0.52/1.00 vMB 48
439,201 439,201 00000000000000000058a8c925a204ed19efc1d2f6fb8c59d395263db5162779 2,078 1.00/1.00 vMB 67
439,200 439,200 00000000000000000117bd041ca8277606bf3769828f615fdf07293508e30462 1,705 0.99/1.00 vMB 62
439,199 439,199 00000000000000000365f8bb4fe2bb76ef353f25b9a87b546230a8384685098b 2,601 1.00/1.00 vMB 66
439,198 439,198 0000000000000000021e6c76f4161fc8d5969e269ea28bf752b65aecaa06e130 676 0.36/1.00 vMB 62
439,197 439,197 000000000000000002f55d5badfe59aff5294f5fa89aff9ebbe55ca28ce76bf2 1,002 0.55/1.00 vMB 60
439,196 439,196 000000000000000004020ac3318500b786c3e5199871b07589e656ab5070a8f4 202 0.17/1.00 vMB 23
439,195 439,195 0000000000000000034dae62b708cbcebe572638376412026aa6ec88b5939997 936 0.48/1.00 vMB 45
439,194 439,194 0000000000000000017b4f7680bc41e1602f2855d400e796d8003a6f22e48d7a 2,585 1.00/1.00 vMB 77
439,193 439,193 000000000000000000dd6065963abb28938dfd2db0ff82720edc79553f597ff7 962 1.00/1.00 vMB 20
439,192 439,192 000000000000000000203b7b2ba1b6a0f899b157588b26d98169924b81c850db 1,611 0.66/1.00 vMB 44
439,191 439,191 000000000000000001fdf30a7b712b596240b424b8ed7e074dd5e6d868bca6f6 1,967 1.00/1.00 vMB 60
439,190 439,190 000000000000000001d225a96576c58409f561e7b1a1799a92c2a683f41cfbe1 2,851 1.00/1.00 vMB 73
439,189 439,189 00000000000000000203f7a2be1d9b35d02cff3cdfab16a8fcd6756ec0744eed 1,440 0.78/1.00 vMB 40
439,188 439,188 00000000000000000023dd7d90ba9128b0c3b84d267026a833710be9bc422cd1 1,532 1.00/1.00 vMB 32
439,187 439,187 00000000000000000009ebfa0672d9bf3f4b99e4ec45a5c50271a0de1acdddf7 2,692 1.00/1.00 vMB 74
439,186 439,186 00000000000000000304a0651bf4bd73da5b6eed7ecba93cbc17c2ba822c6fe0 2,223 0.99/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.85 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: 712.62 GB
    • Received: 17.20 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.