Loading Tool

Explorer IconExplorer

Memory Pool

73,497 transactions
27.22 vMB
0.06477555 BTC
Random Selection Loading Transactions
Max Size: 165.93/200 MB

Candidate Block

Mining Attempt 7b4b39caa958d8c370608d9fbb3fcef03b1cba191cbe272c11087ef834eb8f2b
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 6189a4b3e92939558405c5ae8791b09a5067e59df46c18e95fac64e82fedd088
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,683
Size: 1.00 vMB
Total Fees: 0.00693486 BTC
Feerates: 61.00 > 0.69 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (435,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,602 479,602 000000000000000000638808d423a3211969e373a534521d4a3d523d1e6f7dca 2,034 1.00/1.00 vMB 123
479,601 479,601 00000000000000000058d670685969b703c93390e3fde672154c3f668126413b 1,739 1.00/1.00 vMB 84
479,600 479,600 0000000000000000004bd2962bec8be90365c342e7fcc6200234b2bb41fc6006 1,485 1.00/1.00 vMB 92
479,599 479,599 0000000000000000009012ec6c58937fbf4e4a4a78416f85050c184770b8f7f0 1,565 1.00/1.00 vMB 91
479,598 479,598 000000000000000000686ca9f840452a680ef960b9368b18117123e258090968 1,761 1.00/1.00 vMB 132
479,597 479,597 000000000000000000d6f29a4c6dd418c0cce0ea5eadffbc06456c467deb9af8 2,588 0.99/1.00 vMB 173
479,596 479,596 000000000000000001373e214c6c1b08edd569dba74691fff96034febd8271c1 2,357 0.99/1.00 vMB 150
479,595 479,595 00000000000000000047565fc13814087e289c1902763ccc318d9eeeec41d749 1,721 1.00/1.00 vMB 54
479,594 479,594 000000000000000000c584ca6189ec0f70f3f58f56cf4f66275b93c9de4a61e5 1,819 1.00/1.00 vMB 135
479,593 479,593 000000000000000000ee86346cf43f68dcb09a34fdcd32db2a67387f82a6107a 2,004 1.00/1.00 vMB 113
479,592 479,592 000000000000000000c7ef9cb30e4c8ba18dea4497226179b44a77905dcb4991 2,223 1.00/1.00 vMB 148
479,591 479,591 000000000000000000ed59dec81dce4b769d0cb756467e844d06e439deb343ac 1,281 1.00/1.00 vMB 79
479,590 479,590 00000000000000000137a9853ad13b724fac82f777cd5e64b429506591bb01a4 250 1.00/1.00 vMB 19
479,589 479,589 000000000000000001077a51413b25799c021d148d7deb7a793f5e56f0454aa6 1,661 1.00/1.00 vMB 98
479,588 479,588 000000000000000001127864b73f734847aa24ff5f232db8db9d8222ea8a10e2 1,970 1.00/1.00 vMB 107
479,587 479,587 000000000000000000ef2cd60c2994bf3b5430104df4b1fdeb1c63bcd61baa39 1,170 1.00/1.00 vMB 57
479,586 479,586 0000000000000000006e28fe7d7ccc7dfe10ead74b16eef9021fa38fcf62693c 1,555 1.00/1.00 vMB 78
479,585 479,585 0000000000000000011cc788f6e1c69edf0ecbe9cf975f9bfe6c1490ed5cde45 1,609 1.00/1.00 vMB 56
479,584 479,584 0000000000000000000788f7822a2e3c1451d65de8a6e62af3e77e78fdcc6ebc 1,204 1.00/1.00 vMB 93
479,583 479,583 000000000000000000f8528c5e2a4c74abf2ade20ed945f98d78b8e8777d0d0d 1,038 1.00/1.00 vMB 134
479,582 479,582 000000000000000000fac7e10da66c430c3ca48caa125e65f7a127f82db3f072 963 1.00/1.00 vMB 154
Previous 10 blocks ↓
Total Size: 782.94 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: 714.91 GB
    • Received: 17.62 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.