Loading Tool

Explorer IconExplorer

Memory Pool

38,724 transactions
28.42 vMB
0.05945621 BTC
Random Selection Loading Transactions
Max Size: 144.19/200 MB

Candidate Block

Mining Attempt b4393ee6787cf07e78bf07ed3f542d2890e6180cfae2b72b0d4cef82484b1e90
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root f2246e928b2c31537399d8bdb4b808a9b1b7dcb4d91c443b6c0c6c6544d3062b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,214
Size: 1.00 vMB
Total Fees: 0.00471934 BTC
Feerates: 50.27 > 0.47 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (439,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,895 474,895 000000000000000000b0d682ea197e73680a540ebb61af2df1c9e84d01d63c11 1,335 0.79/1.00 vMB 108
474,894 474,894 000000000000000000407f0a9808e505c8fb7c4d59f2104ae1610e14d8b4a280 1,550 1.00/1.00 vMB 154
474,893 474,893 0000000000000000005c5d6e5cb53201b116677f7b01e20db8bfaa96b5e9a529 1,195 0.67/1.00 vMB 94
474,892 474,892 00000000000000000131f91fe86323c008fb94c5d34532431acadef81a552c41 1,680 1.00/1.00 vMB 156
474,891 474,891 00000000000000000028277ecce4f009f0db4cd157c549b436cdac6f9c627571 918 0.63/1.00 vMB 196
474,890 474,890 000000000000000000f1978c8e8f97ad2bdb3dc8cc5fe87b7271a5f8532e75ce 704 0.42/1.00 vMB 152
474,889 474,889 0000000000000000004d323f9e642a1fdde036d871ae98b654172ab6edf31198 1,680 1.00/1.00 vMB 38
474,888 474,888 000000000000000000d85b95d1e2197a4f4d9fa4e33b00f3dce9bea8fa12cfbe 1,037 0.76/1.00 vMB 122
474,887 474,887 000000000000000000e94a1a6bbce540b1fc3f0254df7472232714038851da47 1,190 0.49/1.00 vMB 223
474,886 474,886 00000000000000000174959b6346ca08b96a59997a14a53b28899cd11de7e4f2 1,983 1.00/1.00 vMB 238
474,885 474,885 000000000000000000594c6bbdd4ae201644586e808959a87457a1b53ca048cd 607 0.27/1.00 vMB 174
474,884 474,884 0000000000000000001bb7fddbe3c4aff7f22f01187d1d0069e8afe7416b5ed8 867 0.56/1.00 vMB 74
474,883 474,883 000000000000000000ed52d7fe4c9995230addac4df852f62f81470f513d1cab 1,682 0.91/1.00 vMB 187
474,882 474,882 0000000000000000001f5a657f0f7ef3ac75a3b9847f1948d794900adbfd5bd0 579 1.00/1.00 vMB 33
474,881 474,881 00000000000000000183d76b9b6f1fa51773df47d417e84e41e07e313cfe4658 71 0.14/1.00 vMB 29
474,880 474,880 0000000000000000009b03917bac5af4fdeaeafb13b8053205c70f6f3a9b62c0 2,092 1.00/1.00 vMB 92
474,879 474,879 00000000000000000031603bb8449628775f27ef11098cc346d375ceee7380a7 1,860 1.00/1.00 vMB 312
474,878 474,878 000000000000000000aba495523a68d0536c7dc00f2aded464c41a4ae5188653 205 0.10/1.00 vMB 156
474,877 474,877 000000000000000000b678247d3611f254fe266d36c335ed11035ab2207de6bb 1,544 0.73/1.00 vMB 170
474,876 474,876 000000000000000000e46be7562cb4627d510d16984179d8bc72f2354529dcfd 112 0.04/1.00 vMB 199
474,875 474,875 000000000000000000e981efe0db8e3f232ec86f7c616d098690bc52fc46d8ab 1,933 0.98/1.00 vMB 153
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

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