Loading Tool

Explorer IconExplorer

Memory Pool

41,138 transactions
29.08 vMB
0.07283324 BTC
Random Selection Loading Transactions
Max Size: 148.42/200 MB

Candidate Block

Mining Attempt 006725c651748230c41d228e18ae8705a9e367504d9425f4640aa7572a807c28
Version 20000000
Previous Block 000000000000000000003865ac48ae639e8f23f850323c9d269a21eb4f7c6efc
Merkle Root 8603b0c689afbdc528906936443f8db484d2abc8ffaddfdf537a744a7e8032d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,656
Size: 1.00 vMB
Total Fees: 0.01621459 BTC
Feerates: 101.61 > 1.62 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,536 (72,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
841,931 841,931 00000000000000000002c3f0431f8afb75ef76161830d20580f93202e68b5c2c 3,320 1.00/1.00 vMB 29
841,930 841,930 00000000000000000000564c96208e1c50836b9518da1328c9052150365ec563 2,942 1.00/1.00 vMB 23
841,929 841,929 0000000000000000000132c3aa093a47d5572ac7a1051ff8647f19f1cacb1a93 1,517 1.00/1.00 vMB 20
841,928 841,928 000000000000000000004ba8c54b79c10096224334b73bb4c31c36f3ab33f60f 730 1.00/1.00 vMB 18
841,927 841,927 00000000000000000001a040ef6ae0204c831cc2ac8f671d7d7343c3e34c0da6 1,922 1.00/1.00 vMB 20
841,926 841,926 00000000000000000002b83d2aba4a3ff2f61227c8d92cb5b6374449e3734024 3,168 1.00/1.00 vMB 22
841,925 841,925 000000000000000000021a5381e3b381e90be661252a7310c9b57513e13478d7 3,050 1.00/1.00 vMB 25
841,924 841,924 00000000000000000001f620fad562e520605920687bfbeb06de5d9c910d7a32 3,409 1.00/1.00 vMB 31
841,923 841,923 000000000000000000013a08ee5f9a99972d2e3ccf0c7bc74b74f987b190c50f 3,650 1.00/1.00 vMB 27
841,922 841,922 000000000000000000026973e7ee32a58cb01e6e0f959909f946af1d33264387 2,987 1.00/1.00 vMB 19
841,921 841,921 00000000000000000000498667f25ed9f7a8cc8452e17cb3007c759388d40a8a 3,116 1.00/1.00 vMB 35
841,920 841,920 000000000000000000010e47fa0f5b39a13f214e0e6810c2a7125abfbb081ecd 3,216 1.00/1.00 vMB 26
841,919 841,919 00000000000000000001142e0ee55009ec85d0f0a4dcb5fd7fa7d60c819c67da 3,472 1.00/1.00 vMB 22
841,918 841,918 000000000000000000032be845c3569e18c585db8db8d2f2bb926b109ad0c4e7 4,385 1.00/1.00 vMB 28
841,917 841,917 00000000000000000001a4d718b9f30ea8b0d393e5f5d428a10f6b4c1028cf9f 3,733 1.00/1.00 vMB 34
841,916 841,916 00000000000000000002f994f2c0fc4449376c53019fb6150f314a101762c3d5 2,526 1.00/1.00 vMB 12
841,915 841,915 00000000000000000000bd81aeebedb9e1688671329f3bb297400fafca6e8d4c 5,830 1.00/1.00 vMB 15
841,914 841,914 0000000000000000000205778cea525a41a03b32abfb5e025621dda107e49c75 5,096 1.00/1.00 vMB 16
841,913 841,913 0000000000000000000224a1a2edc6cf4ce76df645a0bc9fae95573fe251489f 4,235 1.00/1.00 vMB 14
841,912 841,912 000000000000000000009fe6bc056ed6b688927a04a3a3b0897410eaf241e5f8 3,004 1.00/1.00 vMB 22
841,911 841,911 000000000000000000012838f687a6209d466b38a26108e125fbc35c8f778cd4 3,353 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.56 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 622.23 GB
    • Received: 11.31 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.