Loading Tool

Explorer IconExplorer

Memory Pool

73,665 transactions
28.38 vMB
0.07406994 BTC
Random Selection Loading Transactions
Max Size: 167.98/200 MB

Candidate Block

Mining Attempt 47a9d453ef46ca746740c8cf38ced27bf72cfb32c393a0724184250173b48cde
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 951bd6b4839f2869bf75bccde776a7ed9f03bfffa411f81edfd42957fd593aba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,401
Size: 1.00 vMB
Total Fees: 0.01689120 BTC
Feerates: 60.16 > 1.69 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (855,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,949 59,949 00000000009ad15949d5f5382b76b21eaa5f05f11218f22263b84c2b9265f67f 1 0.00/1.00 vMB 0
59,948 59,948 000000000bd2038cbde5cfd53b0dd964ceb0dd7f5265c73c4e1162cd980e10ae 1 0.00/1.00 vMB 0
59,947 59,947 00000000019917a5944526a70eb274460ea637de868d34b2118979d12ad43e55 1 0.00/1.00 vMB 0
59,946 59,946 0000000001df21eef90649df3d0211d3f6b157af475617408321660300dc91e5 2 0.00/1.00 vMB 0
59,945 59,945 000000000cae3ea9daa51a0a804e3bc185856319d4b5cd5a56af2808089d5b13 1 0.00/1.00 vMB 0
59,944 59,944 000000000df980a2a52a5c5011d086e4f7c106c4f80be17a239d4dc59e999a55 3 0.00/1.00 vMB 0
59,943 59,943 00000000049dad171efc8958e9253de65a7e7c6e442abf59effeb1fbb0c497cb 1 0.00/1.00 vMB 0
59,942 59,942 00000000030b8044fcdabe1ce801fd488886558e9efdda504b1b00021fec5328 1 0.00/1.00 vMB 0
59,941 59,941 000000000d721bae09ce64e647119dcbf1062f701bd1aa7ce6f5d3780ea8f06b 1 0.00/1.00 vMB 0
59,940 59,940 0000000004eef7c65dfe4e653c91ed97ab793b0cd0c0465e200ddee5f5bb1f64 1 0.00/1.00 vMB 0
59,939 59,939 0000000002e96fdd877c8d9e3347c5abe0249a98153095c55b71e2d9d948b784 1 0.00/1.00 vMB 0
59,938 59,938 0000000003ab99e8baa2e3041beeae38881ffc01168f7defd32bf0f55cb1e8c4 1 0.00/1.00 vMB 0
59,937 59,937 0000000000e2e6c6550095578953359d41fe888947eaf3d029e6fa1eccfaa916 1 0.00/1.00 vMB 0
59,936 59,936 000000000983c11f68be5c0d820b75d36364ca6ba9dd33c216a3ef8d9f49d025 1 0.00/1.00 vMB 0
59,935 59,935 0000000002c09b319488d01e6c67fe8406e7e2d9b62fc2e60a26603eebddb755 1 0.00/1.00 vMB 0
59,934 59,934 00000000030a7530c70181e81d395373862efe8c970b3dff710bb8bd2885977e 1 0.00/1.00 vMB 0
59,933 59,933 000000000d68cfea8884d9ec80efa4589b274858bc9d6924377049caff09690d 2 0.00/1.00 vMB 0
59,932 59,932 000000000d7bd1050d0eba943772611f1d611374849a14a81f32d5021c51d357 3 0.00/1.00 vMB 0
59,931 59,931 000000000b028bc4bb52099bdbdf01de6526aa0d334fd0f0f16150a89b44adf2 1 0.00/1.00 vMB 0
59,930 59,930 00000000001a4c71458376b916cb3e23c6629ca383e2322bbd5b24793d3be2a8 1 0.00/1.00 vMB 0
59,929 59,929 0000000003316a5cd8c18cb9c2ade3f862b4409e155857eda3dbbb5a96d4c744 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.46 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: 667.84 GB
    • Received: 15.30 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.