Loading Tool

Explorer IconExplorer

Memory Pool

51,767 transactions
31.06 vMB
0.16610086 BTC
Random Selection Loading Transactions
Max Size: 166.53/200 MB

Candidate Block

Mining Attempt 5f7ddfa4fc523153d5d76204bdccb7da09aa4397efefad3c8137673e93b3ec2c
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 5cd27135a831c7e6ee66f02099487ec1176eec836d0ff6772d9c2da68ac52e21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,211
Size: 1.00 vMB
Total Fees: 0.08805749 BTC
Feerates: 477.45 > 8.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (20,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
893,870 893,870 00000000000000000000fdfee7a8aedfa6f4a187dc7002d961d7396e80ea87db 516 1.00/1.00 vMB 1
893,869 893,869 000000000000000000014a1c00089096766108e9b3e665df18e9349583f94f85 251 1.00/1.00 vMB 1
893,868 893,868 000000000000000000014f5fd7f3fdecd15a8ecf11cd8a37d7258a6d987eda30 1,327 1.00/1.00 vMB 2
893,867 893,867 000000000000000000008985560df42dcd3d79d4df39a15805ccc811311fb4f4 1,269 1.00/1.00 vMB 1
893,866 893,866 000000000000000000001dc059d981d213482137bd77f9d71575d783137ed6d0 141 1.00/1.00 vMB 1
893,865 893,865 0000000000000000000177e833d97476766534352c427945615a069e36c7b265 1,919 1.00/1.00 vMB 3
893,864 893,864 00000000000000000000e9f44ad6f36b8ccafba64aa9f676dd0b8744187f9a4e 2,094 1.00/1.00 vMB 2
893,863 893,863 00000000000000000001bda80481ceaa8707cb077b616e409f06a377ff7848c8 865 1.00/1.00 vMB 1
893,862 893,862 00000000000000000000ceb25ba56856d740fd10e46e7527f40dcce0032038d5 2,624 1.00/1.00 vMB 2
893,861 893,861 00000000000000000001acfd31e49eca51e9f9f17fd7faafc8c6c9da833551d5 3,888 1.00/1.00 vMB 3
893,860 893,860 000000000000000000007c644ecc55d8f0de4d09a833b41de5d93bfd3239d1b3 2,623 1.00/1.00 vMB 3
893,859 893,859 00000000000000000001a2c7e8c84d314c4363991fdb2f6a020d332a3a5dd350 3,178 1.00/1.00 vMB 3
893,858 893,858 0000000000000000000209fff36b28b34d7fd843064ac94a3aa307f77eb687d7 4,012 1.00/1.00 vMB 2
893,857 893,857 00000000000000000001cef290b5e8c65f3865a9bfa64e3dc47b3def9294bee4 3,775 1.00/1.00 vMB 4
893,856 893,856 00000000000000000001db8be2c82a24b400249f5a3f5a43b7d51044e6781044 3,425 1.00/1.00 vMB 3
893,855 893,855 00000000000000000000e1f9639f6f51d72054f0cd0c055ec1d5aabf00aa32e6 4,377 1.00/1.00 vMB 2
893,854 893,854 00000000000000000000f1a58a307f2f29163564b46779fd4a6ae72768174126 2,982 1.00/1.00 vMB 5
893,853 893,853 00000000000000000000fead91dd37cd50a16f23fb905e582d0d46df04195ff3 3,508 1.00/1.00 vMB 3
893,852 893,852 0000000000000000000162729d1ff70f8568ed9897fb06232d5efd5b5ee3d4f1 3,922 1.00/1.00 vMB 4
893,851 893,851 0000000000000000000135f66754b5153c8856aa3af491b1e1bd5cdedbf4b955 4,401 1.00/1.00 vMB 3
893,850 893,850 00000000000000000000b3e1027b875785041f3750c84c55d678deb71fafad3b 4,080 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.08 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: 651.31 GB
    • Received: 13.54 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.