Loading Tool

Explorer IconExplorer

Memory Pool

86,893 transactions
31.80 vMB
0.12480724 BTC
Random Selection Loading Transactions
Max Size: 192.99/200 MB

Candidate Block

Mining Attempt b2d8b29c2357af4cec6ce34e846f04ae46fda44550c9d02af1e28e5c0cacc9d1
Version 20000000
Previous Block 00000000000000000000c293eb6b3d695babb308ed7b69547ad6151ddfe703e0
Merkle Root 2f467a2f7f6bde8032b32324d83657fbb23cbdb41e00f20ce2f6a34a2212a5c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,156
Size: 1.00 vMB
Total Fees: 0.02719842 BTC
Feerates: 157.35 > 2.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,075 (431,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,250 483,250 000000000000000001086750dd831408f9d7df07fc999c34d4781c249b15e5b8 1,196 1.00/1.00 vMB 112
483,249 483,249 00000000000000000062386f4964bcef100bee2001c5b1931a47de8fd632d70d 2,158 1.00/1.00 vMB 299
483,248 483,248 0000000000000000001c06cd263aa04273d65c105ac9ea35c909483e08ac48f7 1,922 1.00/1.00 vMB 275
483,247 483,247 00000000000000000051df26f302f1f763e17996bee1068f6419bfc99afee7b7 1,575 1.00/1.00 vMB 188
483,246 483,246 0000000000000000001390940ade22ada074a229ce7ad394a1d12186e2d39365 2,196 0.99/1.00 vMB 330
483,245 483,245 000000000000000000e1e7f6dd563b73b63b79f61a1a99a953b8d8fb3975e615 450 1.00/1.00 vMB 127
483,244 483,244 0000000000000000006a69fa0f9810f25185fc0983abddf3e3e26bca287df375 1,265 1.00/1.00 vMB 211
483,243 483,243 0000000000000000003a0b68078630069bf6fb20901bfcdcb61cb591f2e62977 862 0.98/1.00 vMB 129
483,242 483,242 000000000000000000ddd80d6aa42c26df22de833d6d942ba2397a1cace472e5 652 0.29/1.00 vMB 217
483,241 483,241 000000000000000000aab746cf342b50dbca9cafd6da9284843e1952d943dada 211 0.08/1.00 vMB 235
483,240 483,240 000000000000000000dbe5c26b0beb1523e35bed1fb4ef8d11205ea355ca6332 1,255 0.76/1.00 vMB 175
483,239 483,239 000000000000000000f0a65a404ced6088d07a293838e7f7c1935ed5cb519de0 2,022 1.00/1.00 vMB 255
483,238 483,238 0000000000000000002c49cb7cb7a13d6dcd4827b1240a1938d26c679b7dd41d 326 0.20/1.00 vMB 217
483,237 483,237 00000000000000000105dfd5d20cdf9e5cab4f9bd431411a6293376145e02c16 658 0.30/1.00 vMB 216
483,236 483,236 0000000000000000008e21dd5b022e314eb312c2aa8be43d8d8ae63e3ca3e567 1,850 0.86/1.00 vMB 215
483,235 483,235 00000000000000000038490e6040d5f510c34654c34dc788c4239c77d5c4804d 1,837 1.00/1.00 vMB 195
483,234 483,234 0000000000000000007d0a0fd536f34e46f2205d1466db1d0527134c7847bc7c 1,384 0.78/1.00 vMB 253
483,233 483,233 000000000000000000752429f018b318a8059bc4bf9ffbd40cbc7a396c9318d7 1,036 0.67/1.00 vMB 183
483,232 483,232 0000000000000000006a989046d6608a18ccd5a509b7f281e16d6ead7273b557 1,225 0.57/1.00 vMB 260
483,231 483,231 000000000000000000f4a01e89555349af1f2dd649b0f0d86be8ab5bf6cabf84 2,019 1.00/1.00 vMB 132
483,230 483,230 00000000000000000100cc69a497d570261b2301d6c9853f8f33eca35a46275c 1,142 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.53 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: 668.94 GB
    • Received: 15.65 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.