Loading Tool

Explorer IconExplorer

Memory Pool

45,745 transactions
27.92 vMB
0.07598842 BTC
Random Selection Loading Transactions
Max Size: 145.76/200 MB

Candidate Block

Mining Attempt 8c75674d9fc497cd1e1efd279b0872e7b3572b8af8b70c26db32f355a346e88d
Version 20000000
Previous Block 00000000000000000000872bd86dbc21d0bfba26523e519ffa828ce85b508bda
Merkle Root 802feec36ac2ee9f9f8b3901e476c8641a737e189b13be23e3e049fbd1ac564c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,764
Size: 1.00 vMB
Total Fees: 0.01874163 BTC
Feerates: 100.00 > 1.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,889 (158,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
756,093 756,093 0000000000000000000873fdab6d2353c09e5728b0575ece53299a51da95833b 271 0.09/1.00 vMB 10
756,092 756,092 00000000000000000005107ab739695c0dca6ce8ca537c1122eac1a2f9dfec7d 284 0.08/1.00 vMB 14
756,091 756,091 000000000000000000086167bf1c782e6f408c17cefe5d13835b8caed939baf9 2,454 0.82/1.00 vMB 12
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
Previous 10 blocks ↓
Total Size: 782.19 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.77 GB
    • Received: 14.04 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.