Loading Tool

Explorer IconExplorer

Memory Pool

47,847 transactions
27.27 vMB
0.07011730 BTC
Random Selection Loading Transactions
Max Size: 145.38/200 MB

Candidate Block

Mining Attempt 9d9bbeff14489a9aefcbb4ffc1f67eb08072adbd6e89410d74ac453fc57030b7
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root 1bf4056e2e17b3891f8c91e365154dae110b625ced898b5792a39f781a2937a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,455
Size: 1.00 vMB
Total Fees: 0.01933956 BTC
Feerates: 150.92 > 1.94 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (728,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
185,799 185,799 0000000000000184a5f024b25eb8594436f7353f3f56d501e05d936a83b1b1a5 82 0.03/1.00 vMB 26
185,798 185,798 0000000000000521e8ed9437fc154b2ec7526a6a8727e054d72dcbb3206a9370 438 0.19/1.00 vMB 122
185,797 185,797 00000000000007f5c59acb029b730d0b972effbf0a6e32fd600bb5a3ccbd5c8c 34 0.02/1.00 vMB 82
185,796 185,796 000000000000039434940a1bc780f8ec701281d1ab1356024d18d06d40d171c9 89 0.04/1.00 vMB 86
185,795 185,795 00000000000005d8a9d67eee2c60d919024d6afce85ab67597d2279fea5a61e3 645 0.25/1.00 vMB 143
185,794 185,794 00000000000007ae1f9376afff3c46a73dc1f8e9272afae246020fc1c28ebaa5 1 0.00/1.00 vMB 0
185,793 185,793 0000000000000264adc80e2760f8f21b823d8d59285ac760a0ae138001b26b6c 68 0.09/1.00 vMB 68
185,792 185,792 00000000000002b0422c9d83097335a05e9349ab677633e03190a560dfb09415 14 0.00/1.00 vMB 82
185,791 185,791 00000000000008784c16768a18951963297e89ac22de48adb47855950cc5739e 120 0.06/1.00 vMB 127
185,790 185,790 00000000000003c0be9e6b7a5a34e65f1be330b25cfbf490e6d256acbdfe6793 84 0.06/1.00 vMB 85
185,789 185,789 00000000000008babb38b4f4a7ae0715663df3e519c376f95c6ccbb19fbaf3bb 13 0.00/1.00 vMB 54
185,788 185,788 000000000000014781893413dabd1b94a7040f3a3355f4a0a91f0e663cb58c72 254 0.10/1.00 vMB 129
185,787 185,787 00000000000002d3b44184716dcc1e8d1926318b5247275af49a55164ece2bf1 49 0.03/1.00 vMB 91
185,786 185,786 00000000000003cd7d348428cc8b38ba64cabcc978fca66a3e51b5ce344920b4 30 0.01/1.00 vMB 72
185,785 185,785 00000000000005e72e8466c743b31a539faeded3c498f44a79008a37f8764a5d 132 0.06/1.00 vMB 106
185,784 185,784 0000000000000885d423bf3bd62a61475ef472233e859e2a47d8bc68405e0197 64 0.03/1.00 vMB 180
185,783 185,783 00000000000006994e9cee4e61deb27d3b31c5e21f62e8698b13ae2a68775801 52 0.02/1.00 vMB 114
185,782 185,782 00000000000002a737aad80a35813fbe2b9abf29eaa48436f2fea996198d14a8 16 0.04/1.00 vMB 46
185,781 185,781 000000000000047785d064d81ff9e80fd7191f9eda891aaf9d32f360ea71c6f9 4 0.00/1.00 vMB 111
185,780 185,780 00000000000006d3b2f7ad9522435e1581b24dafbf5a630e847c229a77347ef8 42 0.03/1.00 vMB 55
185,779 185,779 00000000000006f054c1d1a2fb3f565effafce5db937f8252ca6dcd5232e2e1b 95 0.03/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 649.05 GB
    • Received: 13.12 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.