Loading Tool

Explorer IconExplorer

Memory Pool

43,463 transactions
27.06 vMB
0.06390638 BTC
Random Selection Loading Transactions
Max Size: 142.44/200 MB

Candidate Block

Mining Attempt 85953cdddebadab034c76f57a2d12c83b9c48c3ae10d76629acea0a7dab60708
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 2e9ee45178de6e2815a34f28adadbf9468e15c0c625368cc45e6906799902acc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,312
Size: 1.00 vMB
Total Fees: 0.01341867 BTC
Feerates: 151.15 > 1.34 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (352,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,648 562,648 000000000000000000217a8e5acaccc2ba6b651af6cd2c8725ec503caba65c6d 1,445 1.00/1.00 vMB 17
562,647 562,647 00000000000000000026746b51c687a9c1556ee844d1483bba02fe5f7f28b73a 2,155 1.00/1.00 vMB 21
562,646 562,646 00000000000000000005bb7707ac814b9bacff8904954c203b1e8160737b5f19 510 1.00/1.00 vMB 9
562,645 562,645 0000000000000000000b13527fe093c4591b61886c0178f0ce7d66a3e6529602 1,902 1.00/1.00 vMB 10
562,644 562,644 0000000000000000000c82faf44fac81fd4f0e13cc7276a54dd7545bc2e93e08 2,413 1.00/1.00 vMB 16
562,643 562,643 00000000000000000019ad408bc6928e8f16a4e8bc3882e13eb2b3a4ec8ffb2b 2,422 1.00/1.00 vMB 26
562,642 562,642 0000000000000000000adcbe2d58ad37912a581293b84efb1057eb21089df2d0 2,514 1.00/1.00 vMB 18
562,641 562,641 0000000000000000000df26e4135ab597e7d2da41e2fa056a9734eba9070333a 2,671 1.00/1.00 vMB 25
562,640 562,640 0000000000000000001c45fe037b6f6d8e85d44ab019652ae09818a137de2625 2,807 1.00/1.00 vMB 50
562,639 562,639 0000000000000000000fb8dba7f48eb65dbc24c6dc03d6f84823b5d59c7c4148 133 1.00/1.00 vMB 7
562,638 562,638 0000000000000000002d4de5bd28d4445cf36bfb83d341c084440fb69320f351 412 1.00/1.00 vMB 9
562,637 562,637 0000000000000000002a0336c2ede62484bcab6b1f345c42b0002ad6c817ae30 1,450 1.00/1.00 vMB 11
562,636 562,636 0000000000000000002884d4cdb2d3698853343db2dadd7154e451b7fc8fd10e 2,741 1.00/1.00 vMB 31
562,635 562,635 00000000000000000000c0be9a85e087242e1bb31aa3b27ef0251eb7c59487f9 3,036 1.00/1.00 vMB 18
562,634 562,634 00000000000000000025b7bece641ab4df35f145f488bd8192ff120184d6f2f5 2,508 1.00/1.00 vMB 9
562,633 562,633 00000000000000000020cc2730fa1682e8db65dd5a3b34483773905fb4117d57 2,844 1.00/1.00 vMB 27
562,632 562,632 000000000000000000103a511d5bb1289dc716e2f78619f8e685156c0192c2a4 2,614 1.00/1.00 vMB 27
562,631 562,631 0000000000000000000864d592bfb200c2933037055280b971f9f4e15c5101bf 3,103 1.00/1.00 vMB 32
562,630 562,630 0000000000000000000a03b17c49727b1df86200f228bfa71e3a38420c4b2151 3,173 1.00/1.00 vMB 33
562,629 562,629 000000000000000000055f9b2b220c70f52fa5e7f7ad1036a8fa05a0f7e4ff20 3,057 1.00/1.00 vMB 20
562,628 562,628 0000000000000000002470635e016bac1e96ed4a68af6a3b9b606062701869b8 3,093 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.22 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: 654.76 GB
    • Received: 14.18 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.