Loading Tool

Explorer IconExplorer

Memory Pool

82,197 transactions
31.05 vMB
0.11223584 BTC
Random Selection Loading Transactions
Max Size: 188.39/200 MB

Candidate Block

Mining Attempt 9e1cb7f3325989fa7f59d747488df3570e8dd9963cd45632e6c85f91f7d16b2d
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root af8e38828db8afecd3d48b7ca86321aba34124b933b596fb46501837d387e816
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,237
Size: 1.00 vMB
Total Fees: 0.03500179 BTC
Feerates: 469.97 > 3.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (17,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
898,151 898,151 00000000000000000001c098aaea5555d8c8f60cd0e5fd9081675ff9c88561de 1,145 1.00/1.00 vMB 1
898,150 898,150 000000000000000000009d4ea36a0efbff1073e27a682d982842355611433c14 1,131 1.00/1.00 vMB 1
898,149 898,149 000000000000000000012c2dd34a7f4ea467aa308791a5af6d9bc444c2519fc0 2,800 1.00/1.00 vMB 2
898,148 898,148 000000000000000000005a64460d86f33e0a7299b05cead06c7a9df08cb92b96 2,152 1.00/1.00 vMB 2
898,147 898,147 000000000000000000005b6ee7929dd9f251828b4d52b0b2b27a4c5f7ba1ead4 3,750 1.00/1.00 vMB 4
898,146 898,146 0000000000000000000067daf424bcba25c9153b7c18b7821376771b22a1ecff 2,604 1.00/1.00 vMB 2
898,145 898,145 00000000000000000000ab5a45e724549a12806687921439c93e9e6b17f1f298 2,491 1.00/1.00 vMB 1
898,144 898,144 000000000000000000002d8adf45096db5efa2f0b5373a9761ba8b239cf24d4d 2,996 1.00/1.00 vMB 2
898,143 898,143 00000000000000000000bc67ec38a69b0fe989ddbf32fb6b2cfe4921b24e51ac 3,174 1.00/1.00 vMB 2
898,142 898,142 000000000000000000008e6381239154f83b3b9983f9feba5d9be55152a4018b 3,868 1.00/1.00 vMB 6
898,141 898,141 0000000000000000000050c8f0be49efdfaa32a4d918c355d6cadfd2e36799ae 2,455 0.99/1.00 vMB 2
898,140 898,140 000000000000000000015ae46b4d86088a3cc0a0e8283f2ca1ab7e38f5db2a3a 32 0.98/1.00 vMB 1
898,139 898,139 00000000000000000001bb59676a5ddf6b6f60e9fd3d9039b8a005b93161a83b 1,897 0.95/1.00 vMB 2
898,138 898,138 00000000000000000000c3f208f8a866591b04c54bcbf5b525c47dedae4ef70a 2,863 0.99/1.00 vMB 1
898,137 898,137 00000000000000000000a9d186b229e23f6ea53e5a636944514bdbcf5d470008 3,976 1.00/1.00 vMB 5
898,136 898,136 000000000000000000017cc72ee2da97e7eaaef50f611828b85296ba870589d0 1,977 0.94/1.00 vMB 2
898,135 898,135 00000000000000000000ed66629ce7b38bc83591b78767cd2c13dc63fec34dab 1,153 0.93/1.00 vMB 2
898,134 898,134 00000000000000000001280026263423053df381aa6d91c80cc034d5b6948247 983 0.99/1.00 vMB 2
898,133 898,133 00000000000000000000970f1dd93f24d4f61d7e1925660aea1663af9d9ac6a9 112 0.99/1.00 vMB 1
898,132 898,132 00000000000000000001c4c5ddbe354101887a5e72e8600e15103ac40cb9a009 833 1.00/1.00 vMB 1
898,131 898,131 00000000000000000001573347e51ebf8fd1b93a1479179254be2147d40e8ae0 3,217 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.07 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: 720.94 GB
    • Received: 18.32 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.