Loading Tool

Explorer IconExplorer

Memory Pool

81,567 transactions
30.51 vMB
0.08092710 BTC
Random Selection Loading Transactions
Max Size: 186.97/200 MB

Candidate Block

Mining Attempt 9725e6ec52c685c78c4fdd115de43c48c82948c7d876c73efd699e9b7725ad62
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root 175e2b0f63fa2a13f05269e10f636b7d921af955c3654e57a7da175302638cf4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,139
Size: 1.00 vMB
Total Fees: 0.01247905 BTC
Feerates: 150.61 > 1.25 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (16,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
899,316 899,316 00000000000000000000b54e38a0a0a22ff26c1533a424c11bb8866d30f782ef 1,374 1.00/1.00 vMB 3
899,315 899,315 00000000000000000001d4b97b1dcc3c648546108c228648ed956485631f4e3e 2,275 1.00/1.00 vMB 5
899,314 899,314 0000000000000000000155ab0cbdc7f0f60fc4f683aa1722a2dedf7cd333c637 1,551 0.75/1.00 vMB 3
899,313 899,313 00000000000000000000eb52379b78439986aa4a0bd7f653ea903b90e5e48fe7 101 0.04/1.00 vMB 16
899,312 899,312 000000000000000000011d8ddad7ef18d4c620e966505152032d8d6da3156b01 1,021 0.55/1.00 vMB 3
899,311 899,311 000000000000000000001220d8ea2f86e82557c52ac51f7caca5f53bb5f57933 1,098 0.47/1.00 vMB 2
899,310 899,310 00000000000000000002047d18d278301d607eeb78b03c57d9f1db61216d649b 2,947 0.79/1.00 vMB 2
899,309 899,309 000000000000000000014f27af49dc9f4ecd8886b121a6b47f33d521abac2849 2,496 1.00/1.00 vMB 2
899,308 899,308 000000000000000000001af58dc1e96d25a41050d48f7093d96d411aa254daf3 2,314 1.00/1.00 vMB 3
899,307 899,307 00000000000000000000fdad711528d9334d7a138ef007cf85318ed18b16f60a 1,867 1.00/1.00 vMB 1
899,306 899,306 00000000000000000001a9e8f27f5bd14ba45d0eed1baaf20d12f019ecbfc1b6 2,618 1.00/1.00 vMB 4
899,305 899,305 0000000000000000000107ac67764be78223dc43c10b32c996325101bde39cc0 1,922 1.00/1.00 vMB 2
899,304 899,304 0000000000000000000173f896a20486fa99c041c345d4e0b5c172caddd68456 1,295 1.00/1.00 vMB 1
899,303 899,303 00000000000000000000330c365c245c49bbfacec4b803a210841d3c83c6f57b 697 1.00/1.00 vMB 1
899,302 899,302 00000000000000000001781a04fe89e7afa38215d9f508da59f84d4cd5ae7784 3,125 1.00/1.00 vMB 3
899,301 899,301 00000000000000000000f7ed1c6c7a2d078b705672efaac82cc9dd4fd2724868 3,519 1.00/1.00 vMB 3
899,300 899,300 000000000000000000017a5cbcaa9ecb479eb3f5115f0d3049b2174e887c26e2 3,780 1.00/1.00 vMB 8
899,299 899,299 00000000000000000000ea1a939621b55bd73f7e4fc9d9d441149028b9faaaf6 693 0.23/1.00 vMB 7
899,298 899,298 0000000000000000000147c7ccc04d2bacef4c134e54cc89f613837ba0d2e28b 1,270 0.29/1.00 vMB 4
899,297 899,297 00000000000000000001e272ba2049bb1f9f5a6ef58c19c71c6cca3d21429d05 2,630 1.00/1.00 vMB 3
899,296 899,296 00000000000000000001d10eca79c704b35fdf4172361e5495f9f64b6fbbc575 2,386 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.90 GB
    • Received: 17.99 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.