Loading Tool

Explorer IconExplorer

Memory Pool

76,976 transactions
29.80 vMB
0.10363691 BTC
Random Selection Loading Transactions
Max Size: 180.03/200 MB

Candidate Block

Mining Attempt 454b12763923d0d9f07e934e2c146fcd6e60e042930008856ddfefa841399178
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root cdbac0445ac12c8f4d419d66f5e3d17617e7ef61f19d470e563b766b8efd6c29
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,147
Size: 1.00 vMB
Total Fees: 0.03591003 BTC
Feerates: 357.61 > 3.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (17,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
898,157 898,157 000000000000000000010e68b7c77296879c726ac920f7856389df1fc3e2b9df 3,889 1.00/1.00 vMB 7
898,156 898,156 0000000000000000000134f85131a16e87d073643ea47625e96ba2b56d354128 4,624 1.00/1.00 vMB 1
898,155 898,155 00000000000000000001a23b1b75029b15f1b55b34821ad3422ab5e0f149d504 4,641 1.00/1.00 vMB 2
898,154 898,154 00000000000000000000b9790e5ef500fd6a814f76afa792aacaaff6a4113078 3,695 1.00/1.00 vMB 3
898,153 898,153 00000000000000000001430650cee5325933b76086088a2659a550074eaf25a9 3,735 1.00/1.00 vMB 6
898,152 898,152 00000000000000000000f2f4ccb3b6c5ec6121c3eb319004d05691b7b9fbfc90 3,419 1.00/1.00 vMB 3
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
Previous 10 blocks ↓
Total Size: 783.15 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: 744.21 GB
    • Received: 18.71 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.