Loading Tool

Explorer IconExplorer

Memory Pool

40,916 transactions
26.21 vMB
0.07212248 BTC
Random Selection Loading Transactions
Max Size: 136.40/200 MB

Candidate Block

Mining Attempt 6f574130dcd289905272effa37982fc4cb9a0f15f9abee37f95c852ffb0e5a8e
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root e9087a4b8a128834144535064280c9f7441cf4c35f19258a00a9b12853b1bd60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,998
Size: 1.00 vMB
Total Fees: 0.02421815 BTC
Feerates: 150.98 > 2.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (158,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
756,090 756,090 000000000000000000044115ffbaac0e5f4e686620330c4d4c3029be5d6a70f2 916 0.26/1.00 vMB 13
756,089 756,089 00000000000000000007d8e3e863608af4a04a5da68a5ac3da0fec84bdf7a8ab 237 0.21/1.00 vMB 1
756,088 756,088 00000000000000000004b66de0b5c8102b0a58f559a1f22df42e9d97dfe22278 2,491 1.00/1.00 vMB 13
756,087 756,087 0000000000000000000317683524d4110d4f2ee6327336cf37bcbdd5757496a0 2,070 1.00/1.00 vMB 13
756,086 756,086 00000000000000000001456f376b5ae1343ef1598e86b86cafed81609bed5450 2,124 0.68/1.00 vMB 13
756,085 756,085 000000000000000000037bc8d2ae49bcdbb782dcaf7bb2f0c25d9f8feb88871a 2,208 0.72/1.00 vMB 8
756,084 756,084 00000000000000000004cb2ff114f75403a0ebaee6001b3c63814cbed2a29c47 3,565 1.00/1.00 vMB 18
756,083 756,083 00000000000000000005a3aed10c4668ce3525fc917cbd6d1cc14cbff38f7128 2,033 0.82/1.00 vMB 10
756,082 756,082 00000000000000000003601208e5c4b9bc8f9aee5856d64dc64ac8dabaaa4686 2,576 1.00/1.00 vMB 5
756,081 756,081 0000000000000000000062ec68121c8eb861325477950a64de6f255895fdef28 2,850 1.00/1.00 vMB 11
756,080 756,080 00000000000000000008b5b7575a1e4978337f3d024289678230af82b2dee2f3 3,413 1.00/1.00 vMB 25
756,079 756,079 00000000000000000000cdfa66f3cabb2b811de9ba7d71a3699f58b8e199dc8c 2,744 1.00/1.00 vMB 15
756,078 756,078 00000000000000000005ff3a55d3d7a1f5ae7d2da2206e140197072f2df60ed8 179 0.06/1.00 vMB 13
756,077 756,077 000000000000000000020c6991c57b0fd9174093df7050cc3e766fcac569e979 2,419 1.00/1.00 vMB 6
756,076 756,076 00000000000000000004c33ea3d073d4de94a730420c6732d7d7fee3fcd7d28d 2,328 1.00/1.00 vMB 19
756,075 756,075 00000000000000000003bb59dce4ca9f567a36f5d07a9f0aa2fae44fcd2de1c6 718 0.61/1.00 vMB 7
756,074 756,074 000000000000000000050fab86aea07bb36bc77874dd226cf3f543facbdc70d1 539 1.00/1.00 vMB 15
756,073 756,073 000000000000000000045050a7f51c6c456e74fc95c4598a0a3c05b7831f6e64 86 0.04/1.00 vMB 25
756,072 756,072 0000000000000000000085bbd99cd7d5a2c2ca09d23c9e2b9039e9ceba6e0282 435 0.61/1.00 vMB 1
756,071 756,071 00000000000000000007e8a7b824ff78597e7292239050e7a6a8256da10dbad9 1,790 1.00/1.00 vMB 9
756,070 756,070 00000000000000000002170946b70ccc552d2221a0de421d7f42ca7109005a84 2,398 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.16 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.44 GB
    • Received: 13.88 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.