Loading Tool

Explorer IconExplorer

Memory Pool

81,678 transactions
30.45 vMB
0.07854541 BTC
Random Selection Loading Transactions
Max Size: 186.87/200 MB

Candidate Block

Mining Attempt aa0d6915a17cf1500687ce7b48950090351752e09f8876356a46aba01eff6e81
Version 20000000
Previous Block 00000000000000000001bfe8515d732b65f9547b0b4d60ed4387c4bfdc0108bd
Merkle Root 48c32463c3cadbd4372e9aebf91b84a5367bda863112f2ce7bf42ecd87f0102f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,068
Size: 1.00 vMB
Total Fees: 0.01026251 BTC
Feerates: 151.12 > 1.03 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,338 (559,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
355,782 355,782 00000000000000000fb531309873a8a4ede02f82a572ec52aa59c449b3c67f3d 452 0.29/1.00 vMB 22
355,781 355,781 0000000000000000119c333caff27d1c670b0cf4d5677db4101cb52f97104e6b 540 0.29/1.00 vMB 26
355,780 355,780 00000000000000001098565f6077224859b6ff8f5cba63911c17a4f459989e75 167 0.10/1.00 vMB 29
355,779 355,779 000000000000000008a54b8e9c88a8974d7285fe3540cb3c8b37e6d20b33628d 123 0.09/1.00 vMB 14
355,778 355,778 000000000000000010b36ab689c67b50e853e8e7ccd0d5ff82893b9b9ce8c8b0 749 0.41/1.00 vMB 19
355,777 355,777 00000000000000000859a47fa2b6b66da7b6abb319a9d45f5c1afa76049495ea 1,368 0.75/1.00 vMB 30
355,776 355,776 000000000000000013638e4b10dfaa955e7cf31377c47a59c3035ce7ac421bc2 248 0.13/1.00 vMB 20
355,775 355,775 00000000000000000d04ddb2cbf76cbd63cf9e6e64061b8f34088cc78bdbadb9 1,189 0.70/1.00 vMB 25
355,774 355,774 000000000000000001dad107fce0bbc36db1e6b69cf04d22a4d830f40f2413d9 605 0.29/1.00 vMB 28
355,773 355,773 00000000000000000c320b6657ae7c297c0de4643db83c7a5abb834708214133 478 0.33/1.00 vMB 11
355,772 355,772 000000000000000008be46f955a56af0882dd80f106cc27a842ddcc1fad42970 1,017 0.75/1.00 vMB 17
355,771 355,771 00000000000000000ed92a44fba2a717653a82d54ed50d4e37158ecb2f9e25a6 844 0.75/1.00 vMB 23
355,770 355,770 00000000000000000556328a1b1ed9cde5ea74b4ecbdb17483715d8de5f5e15c 2,599 1.00/1.00 vMB 41
355,769 355,769 0000000000000000139072ad82693ddc93b29fca541778907aced232b031072b 955 0.54/1.00 vMB 28
355,768 355,768 0000000000000000144191a0b5e59db73108e41d9cb8e3845d75b207d37b74b4 732 0.36/1.00 vMB 28
355,767 355,767 000000000000000002381ef2bdf0c17cf4dd08464e4d5aeb91a20241ef24e3ae 105 0.10/1.00 vMB 13
355,766 355,766 0000000000000000048109dbc65aee3f4043deccb951034dbc453c1f9ce0b693 289 0.33/1.00 vMB 11
355,765 355,765 0000000000000000116d80cead288e3f2d5ebd1ed9f439b8e7c45ab3d3b57318 1,576 1.00/1.00 vMB 26
355,764 355,764 00000000000000000836e3766ca6d548daf4a16f12b43f3a22dc751e307ed8db 1,338 0.75/1.00 vMB 27
355,763 355,763 000000000000000004deab52ef437a4dc5e5c94324b9981bd124987e9b8684a2 531 0.30/1.00 vMB 27
355,762 355,762 00000000000000000ece8daa698b43db7b99fbbfc01c4244ece3385a0144abcc 348 0.25/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.98 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: 716.22 GB
    • Received: 17.79 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.