Loading Tool

Explorer IconExplorer

Memory Pool

21,149 transactions
8.49 vMB
0.01548458 BTC
Random Selection Loading Transactions
Max Size: 51.26/200 MB

Candidate Block

Mining Attempt d21ca192c90324301943d7c94a6edd3791aa6d7eb333b86924502ea5cb64774e
Version 20000000
Previous Block 00000000000000000001d4596a69407909269502c4b48d7afc8b656071704086
Merkle Root c16ec9a3b4543674ebd5b18e5d91d49abfa026b1f5d2bd15d009b344335a9078
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 4,652
Size: 1.00 vMB
Total Fees: 0.00689547 BTC
Feerates: 136.35 > 0.69 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,491 (546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
937,945 937,945 000000000000000000000b887846792c93e3315af86a6be1b1093e431aa8b32d 1,529 0.27/1.00 vMB 0
937,944 937,944 00000000000000000001adfac5eb5e66d37183602ec2b5bfae76dcf0662dc9be 588 0.15/1.00 vMB 0
937,943 937,943 000000000000000000017a78ca5bd44ed0add1673e6b1ce40690d9ae41a67bfd 1,917 0.47/1.00 vMB 1
937,942 937,942 000000000000000000002c66a6d07d0598dba6842b3ea45a36b7fddbb61e6072 4,218 0.61/1.00 vMB 0
937,941 937,941 000000000000000000010fed6f262b5844db66d7f9cecc49b4f80a25d0f8647d 3,730 1.00/1.00 vMB 2
937,940 937,940 00000000000000000001ba2702ced1fa1a8f3603b1bb4127a73c4e693d3f3cc2 4,085 1.00/1.00 vMB 0
937,939 937,939 00000000000000000000b6c047c2ca60b8ce8d6b5ff08ce131e0e78607a1e3d8 2,854 1.00/1.00 vMB 2
937,938 937,938 000000000000000000015ac19477e377f84c43ee4d26fad144384606d83856d0 3,526 1.00/1.00 vMB 3
937,937 937,937 000000000000000000012bc13094612c3620dcf1bfed8091a03e6a63a575d987 5,061 1.00/1.00 vMB 0
937,936 937,936 000000000000000000008195ba028d2e9b7398941e59e636d239da323f3ebb66 3,679 1.00/1.00 vMB 1
937,935 937,935 000000000000000000012ab4c09db2b05cc9608a4c9d46524aa35211382e7fae 2,614 1.00/1.00 vMB 1
937,934 937,934 000000000000000000018da959e3549762d74ef68ba48d2b83f9509c00bbf052 3,499 1.00/1.00 vMB 1
937,933 937,933 000000000000000000015035c72a8654824b883093065ceb4001f571e6f2df01 4,712 1.00/1.00 vMB 0
937,932 937,932 00000000000000000000d77d21dd85c84f04220ac9ec018cbef3e2aef9c53bff 4,231 1.00/1.00 vMB 1
937,931 937,931 00000000000000000001d590f8878880d2f30c2e9ac952ef47d6441605a70ba9 1,224 0.36/1.00 vMB 2
937,930 937,930 0000000000000000000115257ae6d00e90156ad28cf446508a490c633f39a0a5 4,442 1.00/1.00 vMB 1
937,929 937,929 000000000000000000004fc660e904604fd8f7a4b0c63e5f56b7061371d194b3 4,465 1.00/1.00 vMB 1
937,928 937,928 000000000000000000013bff54c8e03ea8cf6ac8bf698d69c3589a15d8a67ccb 1,072 0.47/1.00 vMB 2
937,927 937,927 000000000000000000018e83c8e9ba40ec8cdc7ea606df62acd197ff88bda3d8 3,536 1.00/1.00 vMB 2
937,926 937,926 0000000000000000000188f099cc94159251ab4b31227f8c4082dd64cd3ebe8e 5,116 1.00/1.00 vMB 0
937,925 937,925 00000000000000000000572eb43b7464e88cf77f2d4abd39ce01b0f9a5106634 2,283 0.69/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 824.00 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: 4,113.17 GB
    • Received: 226.45 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.