Loading Tool

Explorer IconExplorer

Memory Pool

42,062 transactions
26.85 vMB
0.06587190 BTC
Random Selection Loading Transactions
Max Size: 140.57/200 MB

Candidate Block

Mining Attempt 310b1836bad2303e2a45ec72e20a0a2c78c10792bc24e54914e005e88f4249e5
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root 56bb0f8ec9e2032db498421678145ac2bfef033e8f461a3fcf1a0a916099ef7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,798
Size: 1.00 vMB
Total Fees: 0.01605637 BTC
Feerates: 151.03 > 1.61 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (352,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
562,627 562,627 0000000000000000002b2d22288b3c99e828b238bbd680e2f41b0ad3345df296 2,114 1.00/1.00 vMB 21
562,626 562,626 0000000000000000001d3023a708fb47b9540432d9b2d20471914f5eb16b40d2 77 1.00/1.00 vMB 7
562,625 562,625 0000000000000000000d386f066623139bec7039e090c008744f49fe3900e2fe 1,773 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.28 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: 657.01 GB
    • Received: 14.45 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.