Loading Tool

Explorer IconExplorer

Memory Pool

76,667 transactions
28.57 vMB
0.06997833 BTC
Random Selection Loading Transactions
Max Size: 173.13/200 MB

Candidate Block

Mining Attempt 4e00809fe88e02b0218855ca23a257e94aae240656b81723d1c5426da9898bb4
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 09c3e66d3d0f6c6414d7ac4ecfdef2dbe54023009c2da09d585524a2e70e1aaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,599
Size: 1.00 vMB
Total Fees: 0.01050149 BTC
Feerates: 71.79 > 1.05 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (115,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
799,323 799,323 000000000000000000031696718c60b015e1e4f9b73ce906b2f4c980add972f7 5,380 1.00/1.00 vMB 6
799,322 799,322 00000000000000000001110eb23c0839499332ab6a9485aa2f2d7de9b5b3dfbe 4,791 1.00/1.00 vMB 6
799,321 799,321 00000000000000000001346206062f296f206b9799588ea29e4f83ab2f12d7df 2,916 1.00/1.00 vMB 12
799,320 799,320 000000000000000000037f70db71989e1496c052cd6ef19fff9249a234cf68cb 3,002 1.00/1.00 vMB 6
799,319 799,319 00000000000000000002ae7783bfe6d3609e41024a2f2d83eed3463f0918782a 5,861 1.00/1.00 vMB 5
799,318 799,318 00000000000000000004fb4d6c28f46713624e0e2834ccef34ca75ffadaf9a04 4,946 1.00/1.00 vMB 9
799,317 799,317 0000000000000000000025295cc90cbe72381af8596c9245cfb95828abc0b1b6 3,759 1.00/1.00 vMB 10
799,316 799,316 00000000000000000000d720616dd991d65cc4969d60ef67f4ec6d2421a5db6f 2,685 1.00/1.00 vMB 7
799,315 799,315 000000000000000000051dcea1279d0fcddccca1d2b1299e0f51daaa62729a50 2,721 1.00/1.00 vMB 14
799,314 799,314 00000000000000000003f45f93b3a77eb4265c621bf82001b0189c76978e550b 1,704 1.00/1.00 vMB 7
799,313 799,313 00000000000000000000f20e0f192efec5e7355e974772e55721b280b1bef489 2,218 1.00/1.00 vMB 12
799,312 799,312 00000000000000000002bffee43e89561010af51a123c796bccba3ad25195348 3,108 1.00/1.00 vMB 26
799,311 799,311 0000000000000000000078687ce180cf91de9d899da475e5b758cb0980267a52 1,491 1.00/1.00 vMB 18
799,310 799,310 00000000000000000002ac8fbab5ae472705fa4f0b5e574004a6b3d3f81ac110 1,258 1.00/1.00 vMB 7
799,309 799,309 00000000000000000003239c8f6d19bce3b1e23e3089c677e6d8a28aae815836 513 1.00/1.00 vMB 8
799,308 799,308 000000000000000000039c895b459131d32108819bc15cc39dc6bc2ac0de6936 776 1.00/1.00 vMB 9
799,307 799,307 00000000000000000004496dca32f9ecf516c60fb12d23a5ec8d77acbc5d6263 2,570 1.00/1.00 vMB 14
799,306 799,306 000000000000000000010d88db6d0bc88a08b9b8e1b9ff7cc23701c80ecaab49 2,643 1.00/1.00 vMB 11
799,305 799,305 000000000000000000042e8a2d164d9529c8fa59c575a932955f4dd4bc99d94c 1,362 1.00/1.00 vMB 12
799,304 799,304 00000000000000000004b4bb3c0f885a9d8b25184cac56d9998889f518896595 2,548 1.00/1.00 vMB 17
799,303 799,303 00000000000000000003b5dc65c0e1b50702152ab5fa7a05bd12bc7dd7aab9e7 2,335 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.