Loading Tool

Explorer IconExplorer

Memory Pool

27,433 transactions
6.77 vMB
0.08284115 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.98/200 MB

Candidate Block

Mining Attempt 2782480c1703425fa1484cd0306e8280888621d8324725ecb3187b601579a1ff
Version 20000000
Previous Block 00000000000000000001db13a5038c818e2c642acdc30ba571288676a4db9fe8
Merkle Root 5711bbbaa75cb545d7fc73ee18e44ffde6731da6b4f9787be845eab7e5858b70
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,377
Size: 1.00 vMB
Total Fees: 0.06362106 BTC
Avg Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,013 (775,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
137,871 137,871 0000000000000083c3b85e938550e19ae140c28664a44e4569117fc9a0ac5fce 0.02 MB 40 120
137,870 137,870 0000000000000243afc8a3e87470fea90357604ec6075b4f6f93309dcb2c9da3 0.05 MB 134 78
137,869 137,869 000000000000055a954c8cda837ad3a3e7e4f037b3fa324783a2ffd944a97200 0.03 MB 71 228
137,868 137,868 00000000000000e05dfd593eecb6b51f25b4a5aca514d4f64bc52c8901659c46 0.03 MB 30 371
137,867 137,867 00000000000009ba6ff1340bcf2ad735c15ab8d132bafd427294c2c506720864 0.01 MB 5 0
137,866 137,866 000000000000080cf6c45722f80e3613251c85f52760e98e085724ef0c6ef9f4 0.01 MB 24 653
137,865 137,865 00000000000004a198c6f7a1afc5c30b8a818d20201f4df381a36515fcd4d249 0.05 MB 135 165
137,864 137,864 0000000000000974f8ab4ed61fb5bbfee723166edbff3857e9731f691cd9d0ba 0.08 MB 163 158
137,863 137,863 0000000000000351888d0633f9a8b8f6390d69cc11d13c684d977a69e0d46238 0.06 MB 79 626
137,862 137,862 000000000000046fe478ee1f5ebe19f4f7da3439246391c5d62055acee46d078 0.05 MB 130 83
137,861 137,861 00000000000003771ca3d09f85d7e0938b959e57a732e0236aa0fd43b2e2b186 0.05 MB 88 311
137,860 137,860 0000000000000731fd227893425ab315b4eb0c4c26264e82f85ffd71d2b8b4a9 0.02 MB 38 475
137,859 137,859 00000000000008ea5c5768f607319b032b9cd6280e1e3bfd767f0a939ed6c840 0.00 MB 12 0
137,858 137,858 0000000000000623276db04c7f45b5548ec0ee8507397cd1b6ffb6914bd1cd03 0.01 MB 13 0
137,857 137,857 00000000000004f75babcec8ec706b5844c550591284bfbe7eaa10bf6573aab7 0.04 MB 83 240
137,856 137,856 0000000000000165149fd930fb35bdce961d6e700a698cc44fe4d02b7b10c2ca 0.05 MB 119 153
137,855 137,855 00000000000009367b0d8340750d5a2dc41fec72d54bdc01fe66e30eeb13055d 0.05 MB 88 142
137,854 137,854 00000000000004fef50d382ebd8807a585b1bac8567377bbb902feaf6690c0a0 0.00 MB 1 0
137,853 137,853 00000000000005a20476da2f093e51706991b2cb4d8412401a7432a1a45b84e8 0.04 MB 59 432
137,852 137,852 00000000000007023281ed19cf9b709cee333a3771aa74991ab25acbcadc85c1 0.02 MB 27 775
137,851 137,851 00000000000005ab7abe3e1adec4d27daac7a7ea15e61862ca866dfcd109ed87 0.00 MB 16 263
Previous 10 blocks ↓
Total Size: 778.86 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: 393.74 GB
    • Received: 3.54 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.