Loading Tool

Explorer IconExplorer

Memory Pool

42,363 transactions
26.63 vMB
0.07539139 BTC
Random Selection Loading Transactions
Max Size: 138.65/200 MB

Candidate Block

Mining Attempt e37e1e6bdbed2be28d06def32718b8141ba9bf09df37f36b29770584d37e402b
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root a12ae8678a0d862ae228df95a650208a700417dd7b7ff879e6219c457a9df9f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,561
Size: 1.00 vMB
Total Fees: 0.02610237 BTC
Feerates: 99.53 > 2.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (863,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
50,892 50,892 0000000017bea4331cffe740b6801cff2667e56fa8f6f5dbfa0e0b41e461a315 1 0.00/1.00 vMB 0
50,891 50,891 0000000002b451a03272feabfa9bea13d0c191b82d4366c13282037c4866c0d1 1 0.00/1.00 vMB 0
50,890 50,890 000000001fdb4663ea385d687ecb71cb86794f5fc35e3991d05fce9c1193e930 1 0.00/1.00 vMB 0
50,889 50,889 0000000010b0fa7c35d417b232cc849a5d4701e3716f547f4006b599bbfa7269 32 0.01/1.00 vMB 0
50,888 50,888 000000000b040b36aadc85e2e6a15741e0f0ba7c926ad1842259333d466b51e3 1 0.00/1.00 vMB 0
50,887 50,887 00000000145eb2502354c660750b336a1a42617fcd4b94deecfdc43c34b0784c 1 0.00/1.00 vMB 0
50,886 50,886 00000000026f09591268e992a19e63edf4bb605a422df726697a939b64e6c5ea 4 0.00/1.00 vMB 0
50,885 50,885 0000000001e0ff1dacaa16d4648a5894dfd9418b54b6cedf6118fec9b7ad065e 1 0.00/1.00 vMB 0
50,884 50,884 0000000006b520c4669485cedf1450fd281eba37fb860b6e3a3df613424491e9 4 0.00/1.00 vMB 0
50,883 50,883 00000000062c3b73876f29a7f86e2883778d02d51614da7c7634214a952eb1ed 1 0.00/1.00 vMB 0
50,882 50,882 000000000a901e83ba746cb12baab5e17e1bba7bf3529f9cc0cccce3deab0e01 1 0.00/1.00 vMB 0
50,881 50,881 000000001efb67592f2e2d13376d851426659620875d75bf36892ff9b2b175e5 1 0.00/1.00 vMB 0
50,880 50,880 00000000116a8215f3a77ab6fbba2e63ee617aa7d9ed9369ad0b1711b93417af 1 0.00/1.00 vMB 0
50,879 50,879 000000001898cd088fc63d3ba8b414dc44218bb70ba0475e684dd077e1ca9a65 2 0.00/1.00 vMB 0
50,878 50,878 0000000002750e563f4ca3a73aa39dcf475530780f2e0dc23279698104eab5f4 2 0.00/1.00 vMB 0
50,877 50,877 0000000020a6382e49e4c2a77cfe52f165692310adcf93d10f03119fa935cfb0 1 0.00/1.00 vMB 0
50,876 50,876 000000000eedd4597514c0786e4bebfca760b863fff8b6da163cd0b20bbbbc5a 1 0.00/1.00 vMB 0
50,875 50,875 000000000c250d1f2ea902f6f1de355b5d70e19dc3641d5a7ac2f1e15a15fea8 1 0.00/1.00 vMB 0
50,874 50,874 000000000d92fb82678e63148981f965e24c7d3c1fdd9ac3b6f25299ce9bb11d 1 0.00/1.00 vMB 0
50,873 50,873 00000000060ef4fa3bb8353781e83387e225dbdeb8c3037e59b71babf830144d 1 0.00/1.00 vMB 0
50,872 50,872 00000000014fd2b0910c2344190d4516ea3b50089560a30d604d2c30f05c5087 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.90 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.