Loading Tool

Explorer IconExplorer

Memory Pool

81,247 transactions
30.68 vMB
0.08103220 BTC
Random Selection Loading Transactions
Max Size: 187.31/200 MB

Candidate Block

Mining Attempt 7a5e55ea11ebba5183ca4cf5723a78f90c796f43877abaa510d5f1130dea9fa9
Version 20000000
Previous Block 00000000000000000000d1d2ad17fc19c6d3c0ce75e637dbcce014786420ab4b
Merkle Root 9e82a1095333edb2d30e2be6f3a449404bddbef12c73723e5999dcfcdc83e0c3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,009
Size: 1.00 vMB
Total Fees: 0.01180569 BTC
Feerates: 81.27 > 1.18 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,357 (27,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
888,033 888,033 00000000000000000000172e8b639db1eb98c57cf3ebb5000ceb43057bbcdb94 4,044 1.00/1.00 vMB 1
888,032 888,032 000000000000000000027a956af24e20080de39396beef0cdc7ddd4e2af4282b 3,861 1.00/1.00 vMB 2
888,031 888,031 000000000000000000025823f206e377f5b1c51ea1052eefee4f9f4063883227 5,799 1.00/1.00 vMB 1
888,030 888,030 00000000000000000000cdf452029f1d0df300cd8acbc0a956669ff5fcbf8b81 4,880 1.00/1.00 vMB 1
888,029 888,029 0000000000000000000055dcd9963b7108db33debe47efc24ad36511a24dc719 4,346 1.00/1.00 vMB 2
888,028 888,028 0000000000000000000116e26cf34cf87496acbaa59316e546b75042c51a0b32 4,332 1.00/1.00 vMB 2
888,027 888,027 000000000000000000022b3ee7e0256c0a4c3e4428013533b31cf855045733e1 3,324 1.00/1.00 vMB 3
888,026 888,026 00000000000000000001443e47bf8e9a7825e55cd1a25dcf97a6def182a4a7fd 3,575 1.00/1.00 vMB 3
888,025 888,025 00000000000000000001ef4059be47314f70566dae8abdea2f917545dc2b5b93 4,447 1.00/1.00 vMB 2
888,024 888,024 0000000000000000000115182637d52df4f57cfa1ba64d18b360d08f5bcfdd9f 3,492 1.00/1.00 vMB 3
888,023 888,023 000000000000000000008f926fced6e03d909ee278eb5ac45702f7bf6345b4cc 3,315 1.00/1.00 vMB 1
888,022 888,022 0000000000000000000264a824b31257a764656bf3377cd0c4e56235e9c3f841 4,717 1.00/1.00 vMB 1
888,021 888,021 0000000000000000000212e78ba9f3c9f7e49c2dc51ecf2ca1a0306bf5edd313 4,629 1.00/1.00 vMB 1
888,020 888,020 00000000000000000000ef62ff6eadd25bec9cb04d4129d7babd4b814678263a 4,152 1.00/1.00 vMB 3
888,019 888,019 0000000000000000000140d97862799525f2a4be97a5fba68ccf10698c028508 4,783 1.00/1.00 vMB 1
888,018 888,018 0000000000000000000064844320b72666a7cb02381604ba1075683818101dae 5,041 1.00/1.00 vMB 1
888,017 888,017 0000000000000000000055c1dd9694c7a6723a1ea1fbb5605636ebc57cb86470 4,029 1.00/1.00 vMB 2
888,016 888,016 000000000000000000003f2aae6466f6b00853b338bc4906861be3458fc9479d 4,884 1.00/1.00 vMB 1
888,015 888,015 000000000000000000017cff951cefc9b4854aabb98dfb1c805244c0e6ddae1e 3,682 1.00/1.00 vMB 2
888,014 888,014 000000000000000000025d82407dde9ef392e2f8eefd3b839cc4377b7f1f5bbb 4,825 1.00/1.00 vMB 1
888,013 888,013 0000000000000000000086d4e1546cdfd4800a5d027f1a2acf15e0e5e0a77ad2 4,814 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.01 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: 718.89 GB
    • Received: 17.98 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.