Loading Tool

Explorer IconExplorer

Memory Pool

39,861 transactions
27.43 vMB
0.06542621 BTC
Random Selection Loading Transactions
Max Size: 140.53/200 MB

Candidate Block

Mining Attempt 9b1edf20748da4ace48dca9d206a06a869380964ee0ea77a926b610ad32f7021
Version 20000000
Previous Block 000000000000000000004ab2d9074b9d6bcd795d8888845f0458baf6acec01c0
Merkle Root 2afd1b2f85deddc6f107ae4fcc480b6637b6aafdf0561a3285d08f5c9183557f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,856
Size: 1.00 vMB
Total Fees: 0.01332782 BTC
Feerates: 274.57 > 1.34 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,652 (523,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,940 390,940 000000000000000004f8e6f0f491b935c3d4c01de9d720cd42aaa8abad79463e 494 0.46/1.00 vMB 31
390,939 390,939 000000000000000006e2506a8baf5fefc2bd664057faccb358a2999d7fd3c4ff 222 0.26/1.00 vMB 53
390,938 390,938 00000000000000000bba273a099a62078d7ac632a2dafa3ebbc99c9de44f09fa 1,714 0.85/1.00 vMB 34
390,937 390,937 000000000000000007c950e8a28b3569e89394244cbaa4c1ed113fbaa06e74d2 1,521 0.76/1.00 vMB 31
390,936 390,936 000000000000000002eb2a0457cad0360a7b29e0334fa0fea4f949d968933d7c 695 0.54/1.00 vMB 34
390,935 390,935 0000000000000000014d9e5727c3bf0701432287a22a62e2f89e32063da3e54b 1,020 0.83/1.00 vMB 33
390,934 390,934 000000000000000005ae152b332aecbe5a966649c6a0112a1b9183056b49e4ee 1,900 0.93/1.00 vMB 32
390,933 390,933 000000000000000006a8a143015b55f21d457c2f53e4c80be0e3ad625834d320 2,844 1.00/1.00 vMB 46
390,932 390,932 0000000000000000071593ac8dc076b7f439b9485140b0bbcc04b600839dab50 484 0.21/1.00 vMB 42
390,931 390,931 00000000000000000769d9e02a36e6cd4d0c0eb117bcfd8fc3560c72c3b54533 469 0.25/1.00 vMB 29
390,930 390,930 000000000000000008fe0256cf3621c65db8e56a79099439d04399de3aaa889d 2,098 1.00/1.00 vMB 34
390,929 390,929 00000000000000000950ab1901af7ab7428fe9d53144b16e8651616c31b7e7cd 1,794 0.93/1.00 vMB 31
390,928 390,928 000000000000000009c92becfcf45bca505e2ff6d578d4e8e8940663c2ecfaa6 49 0.05/1.00 vMB 13
390,927 390,927 000000000000000004dbde1e73ed38ce1fe430f11d71fc992fb15db65680b3b1 1,351 0.88/1.00 vMB 26
390,926 390,926 000000000000000004a66998ed9edbcb48df75c64ef6255fa393bf91d1014f10 2,179 1.00/1.00 vMB 43
390,925 390,925 00000000000000000173b572b7beda66380562b3df637057669bd3f41d7b6f78 952 0.50/1.00 vMB 29
390,924 390,924 00000000000000000b41dd6c0e3a2b69c74352bf2141c944176edb093b9aca15 1,939 0.93/1.00 vMB 43
390,923 390,923 000000000000000004e4c82d8846adf18139f6a7981fbb796c5ada4ceac63116 2,337 1.00/1.00 vMB 36
390,922 390,922 000000000000000003b97478a50e038cdd88636cafee25cba5626f5a36367d06 2,587 0.93/1.00 vMB 43
390,921 390,921 0000000000000000094eb7187ea8f9fc78364025ce3912bb38b1bf57c9f5e694 599 0.25/1.00 vMB 34
390,920 390,920 00000000000000000611d4efa219752053e845e3c4c607df2f7c93969dfbaf3d 47 0.05/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.78 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: 632.87 GB
    • Received: 12.17 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.