Loading Tool

Explorer IconExplorer

Memory Pool

49,579 transactions
30.77 vMB
0.11869535 BTC
Random Selection Loading Transactions
Max Size: 164.20/200 MB

Candidate Block

Mining Attempt fe85fb04a8559df09acac92948c42e81f75faa71a504d3aef9a9234c6aa670a8
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 80ff2c4b2c920c3b1d93f6c6548d08e82ac18b6a52345204fa9a80a9f34b5897
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,127
Size: 1.00 vMB
Total Fees: 0.04965938 BTC
Feerates: 150.97 > 4.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (568,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
346,240 346,240 000000000000000000471b480dd9d7a7d074d2f4c9da01ea31da33781459af9f 275 0.14/1.00 vMB 32
346,239 346,239 0000000000000000006b16691e6ca737acf8c4041074e02296c2fe3e4b1f628c 447 0.27/1.00 vMB 24
346,238 346,238 00000000000000000281165c5195f2eab9dec857185496da5912c4891f7c1a27 1,171 0.93/1.00 vMB 15
346,237 346,237 00000000000000000553ec0d51835158bc7cad3b52a48ca3e6f6cffa1b82e227 1,872 0.75/1.00 vMB 34
346,236 346,236 00000000000000000971af75d2fc457d256613d2a65177e999e8a94e4657e64f 1,899 1.00/1.00 vMB 29
346,235 346,235 00000000000000001202d8231b3b00dfab0c9b5a6235bd3e9100ac2b10526ad0 424 0.25/1.00 vMB 23
346,234 346,234 000000000000000015a63e8f9079306df69699fb948069066886bb19744251b8 392 0.21/1.00 vMB 25
346,233 346,233 00000000000000000ee1ba35093a736f150a113d0231d50c29b37c3f05d1ae62 939 0.93/1.00 vMB 14
346,232 346,232 00000000000000000f0b44ceb504ccf4fe262b00ef7b69af6991d16e6d7e7486 180 0.11/1.00 vMB 28
346,231 346,231 00000000000000000ab3391341a268f0877ee7f2afb3b2aadb95f334b6674e6d 1,483 1.00/1.00 vMB 20
346,230 346,230 00000000000000000a974cfc482012a332aef4615f0a8bcf094b0b9ae6d405ba 1,233 0.35/1.00 vMB 49
346,229 346,229 000000000000000001113686f8a6863af036333c1b3e16de73ec1cbe63e1a94f 1,264 0.75/1.00 vMB 25
346,228 346,228 000000000000000009a6c5b7b1424cd2130142d414a2b6f2e66bbfff61e384cd 386 0.19/1.00 vMB 27
346,227 346,227 000000000000000004cb7fc2442761872b542872afdd3e916c0c106c8b10dead 881 0.47/1.00 vMB 25
346,226 346,226 000000000000000016515b256df9dfe0ce96f02194fc4a7f36d25feee4ae0f45 558 0.41/1.00 vMB 21
346,225 346,225 0000000000000000177c7490a351c10c3d0a01da8e7fd2a451e1bc614e9429c1 512 0.18/1.00 vMB 36
346,224 346,224 000000000000000001f0d0e37c35fac15d8b567e0e7b3a3bd644f38ebab83f5d 483 0.29/1.00 vMB 27
346,223 346,223 0000000000000000153abc52a59712e60aadf63d61cebd8acc672043acd614d4 525 0.37/1.00 vMB 17
346,222 346,222 000000000000000006e826db3e421e73e5d7acf0fbcd4f44731c652d0f3b5ac2 512 0.15/1.00 vMB 48
346,221 346,221 0000000000000000072e624c77149505b937b86f7fcf1a42cefcc366edc11951 66 0.05/1.00 vMB 4
346,220 346,220 0000000000000000009f2ecef22bb79276b61d302e70d5b49018202ee5d0edb7 375 0.21/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.13 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: 652.40 GB
    • Received: 13.76 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.