Loading Tool

Explorer IconExplorer

Memory Pool

28,932 transactions
8.31 vMB
0.07652146 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.84/200 MB

Candidate Block

Mining Attempt a8a668a959fca2aca6ca726fe70ec4f1ad21818a5af49265140dd4108d04869c
Version 20000000
Previous Block 000000000000000000013c5056580b5ab980de01ecfce4ef6c5d2d195a9a371f
Merkle Root 4d2b94c38abba29393d4a52b13c322cdd96fcd638002b34ba2a349bbaa605771
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,892
Size: 1.00 vMB
Total Fees: 0.03096115 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,227 (774,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
138,467 138,467 000000000000059cef41cba4c0464e14eeb93278cd73b099a4cbc8d4051adc3a 66 0.03 vMB 50
138,466 138,466 0000000000000884c77648aa67b1cc99a9fe4588ceb367c329b42f8db4227372 30 0.02 vMB 62
138,465 138,465 0000000000000622273981286d9859374a22b3f730bcb892ac81b3d20e215c08 12 0.00 vMB 52
138,464 138,464 000000000000042b0327ccec65f732a06220aafe8777a42bae1714f7eae478ea 23 0.01 vMB 275
138,463 138,463 0000000000000815484f971a10f10b515fc12ab7480022209d875a557da79b19 18 0.00 vMB 130
138,462 138,462 0000000000000439826337eebf4436f65613bee781b82087b1ce139e2ab5129b 97 0.04 vMB 157
138,461 138,461 00000000000009194334f3cf3bc7e91b559a269847fcd8cff15618048d33ebd1 72 0.05 vMB 103
138,460 138,460 00000000000006273de09d29a039308a7b7dae5ec370abfebbda8c734b7d3c53 27 0.02 vMB 137
138,459 138,459 0000000000000827f1bafa4b88b8e2b02f083907b39200f8404c366416c51958 19 0.01 vMB 297
138,458 138,458 0000000000000928cdcbd28f84650c25edf37df11da073f21b7e1f1598715903 38 0.02 vMB 258
138,457 138,457 0000000000000653ff6b17d23a0d91b6176ed42088099a8e5911235e664e6eea 48 0.01 vMB 74
138,456 138,456 00000000000003d6854b0fd0f4e6f437375796a8926474e2032550cd448c6ec2 47 0.03 vMB 84
138,455 138,455 000000000000019df2ccac9571205e407cc36e02bbaa6756057d2a0625d9f375 12 0.00 vMB 17
138,454 138,454 000000000000058f45ff0bb29261096d4c31b9d22e6229512f0669318b5aa124 16 0.00 vMB 78
138,453 138,453 00000000000002944ccecbcd1a8fc9ac2380a5c1a015bb0ead758bd3108183d2 52 0.02 vMB 89
138,452 138,452 000000000000095f86574dfc3c8b9c9a7e7d3ab9416c1598fee4ae52458248ba 28 0.02 vMB 1,092
138,451 138,451 00000000000009e04deef5cdb890387af6c195a5b8b42407d6bde8b169cf4f9c 93 0.03 vMB 186
138,450 138,450 00000000000005a11beb56b9e4f033a7fb675ced30fec708d0f71d76202c5624 40 0.01 vMB 246
138,449 138,449 0000000000000373b2ea72c7d63ed45628754a0936bbacad467eb3203f9fb314 10 0.00 vMB 0
138,448 138,448 000000000000038126147d26d07cf342fc736bb816c297bba5fbbae7f5a91482 60 0.03 vMB 187
138,447 138,447 000000000000018342e3eaa1b9513d2b23e4bf0b72df83b41a1a86c155d6915d 11 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.25 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 75
    • Outgoing: 10
  • Data Transfer:
    • Sent: 25.78 GB
    • Received: 0.51 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.