Loading Tool

Explorer IconExplorer

Memory Pool

82,983 transactions
31.30 vMB
0.10015758 BTC
Random Selection Loading Transactions
Max Size: 191.48/200 MB

Candidate Block

Mining Attempt 65511792a1a0b4eb3f3c9c54f6a995836adb59699353e0bb60f7d4dace4ebce0
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 4847571203bf32a3b40a6043e3e1f351cf9ddac87759fb89f3d8364bfd290fd4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,796
Size: 1.00 vMB
Total Fees: 0.02934325 BTC
Feerates: 301.05 > 2.94 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (347,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,247 567,247 000000000000000000174c654c66d506af56319dda599662d22cbfbd71fe1a9d 1,329 1.00/1.00 vMB 24
567,246 567,246 0000000000000000001453a64e1b729620ed8c75221cc55bace7378841f7815d 2,953 1.00/1.00 vMB 39
567,245 567,245 0000000000000000002a127c4e914d03cac111ec2921018eb05b7e4e5516edc3 1,112 0.37/1.00 vMB 23
567,244 567,244 00000000000000000029dae200c888808f07d6cccb146e2318b2f7c2ce4c045d 214 0.06/1.00 vMB 26
567,243 567,243 000000000000000000027d2a43aebf6249cf4a813e36fdf1903105b0d0391924 1,832 0.81/1.00 vMB 19
567,242 567,242 000000000000000000289757c03ef7706a0157c6fcd1586e660983092efd8cb6 1,857 0.67/1.00 vMB 22
567,241 567,241 00000000000000000017adcb38f96fab7da197a534bc03a9f9c9cb2f30db99b9 1,336 0.42/1.00 vMB 21
567,240 567,240 0000000000000000001af8c5a8efd1ccba743702667082cf1d1b20d34cf80e00 1,952 0.67/1.00 vMB 23
567,239 567,239 000000000000000000159ba21971315a393decb320f92511fa0b99833327d63d 1,159 0.48/1.00 vMB 20
567,238 567,238 0000000000000000002e1bc02e6902172ad80c0a06c48abbc173de17b0e921a4 496 0.45/1.00 vMB 5
567,237 567,237 00000000000000000006d612f27ceb5c1d9d9bd5aac13db0f54ab80c1a1fb9d1 2,858 1.00/1.00 vMB 24
567,236 567,236 0000000000000000002463111dac63966f250548ad4eb73bae96e633bf0fa3d5 1,621 1.00/1.00 vMB 12
567,235 567,235 0000000000000000000b18c50c03a1eb5a436150951dcba8e983185475ac9806 2,398 1.00/1.00 vMB 14
567,234 567,234 0000000000000000001036aca10fb6186829d8dc1af01de4b442289f55f11fd2 918 1.00/1.00 vMB 3
567,233 567,233 0000000000000000002a1fcd40af9307a90be831d1ea7e74e05b64c0cd39ae3f 1,877 1.00/1.00 vMB 9
567,232 567,232 00000000000000000006dd32bdb89a869ffe9e860dc419f0608ebdd08c261554 2,784 1.00/1.00 vMB 9
567,231 567,231 0000000000000000002e19db1b2111624938336e39109cd2c7c3c851dd70d74b 2,667 1.00/1.00 vMB 13
567,230 567,230 0000000000000000000063ff00cc8a6e96bb1e64d9a8f1c46c06c7c5a8e2ce1a 3,265 1.00/1.00 vMB 34
567,229 567,229 0000000000000000001b19e380a79d21882011a185f57ce93f63ea17b106d406 2,759 1.00/1.00 vMB 16
567,228 567,228 0000000000000000000a065c1ced150bfd497b54b125099c109270d9696d8202 2,213 1.00/1.00 vMB 28
567,227 567,227 00000000000000000005e14719bb0a390636b49a256e034784aabfed68ecbdf7 3,220 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.89 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.