Loading Tool

Explorer IconExplorer

Memory Pool

48,272 transactions
27.41 vMB
0.07458315 BTC
Random Selection Loading Transactions
Max Size: 146.16/200 MB

Candidate Block

Mining Attempt a58b3b2b7ac5a48cd00a0fa2fb780088f6e95a109517d268b7d442a1c6e62993
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root 7c91476b81e3064511bbaaacf90041fd1393dd3aa2e00727c83f6da0f0e2b164
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,950
Size: 1.00 vMB
Total Fees: 0.02326245 BTC
Feerates: 150.92 > 2.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (537,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
377,593 377,593 00000000000000000061e7bc45a96eb45b4edf5c9a939535802590453148beff 904 1.00/1.00 vMB 18
377,592 377,592 000000000000000008ad226b33b86ce30fa1bc885a45bce80e17e8a0feb5dcbe 1,503 1.00/1.00 vMB 24
377,591 377,591 000000000000000004986bef0d9c917c8f8248559c23a8bee0d76f59d08735ab 2,643 0.95/1.00 vMB 66
377,590 377,590 000000000000000007cb90ab7e01e6627ea5c1476763d22053bd91d68afc4d3d 1,837 0.93/1.00 vMB 33
377,589 377,589 00000000000000000ab78d76a1812eae7823710a87ce4ac6f4ca4c7863e063c0 2,437 0.95/1.00 vMB 48
377,588 377,588 000000000000000007f8b8fd9bbfab0f55425a9c0dd6124b28d56bedda3dd5db 3,007 0.93/1.00 vMB 75
377,587 377,587 0000000000000000045f8a48d05bd409f8db51b52aee8d92f88ffcf119dc7768 565 0.28/1.00 vMB 33
377,586 377,586 00000000000000000cb57f3d66f4338bb9a9b9583c37ed09844ee82b1c079601 733 0.36/1.00 vMB 41
377,585 377,585 000000000000000008636c0fbb55975ee04e5509291cefb9876c66c26a674786 507 0.41/1.00 vMB 30
377,584 377,584 000000000000000008e9e38914e43eebbd6f17f9295f1fff1e3180cbe956bd5f 426 0.22/1.00 vMB 32
377,583 377,583 00000000000000000dba3d7cafa44537cb3149f6939a79026f2a52f946ea61f4 1,659 0.75/1.00 vMB 37
377,582 377,582 000000000000000007e5f3b87fd1248ec96f7ad149b38d2be9371e4d3e3c9867 359 0.21/1.00 vMB 31
377,581 377,581 0000000000000000046e68d737251ffb4d32c992ffba4254f0148311a58e83ce 715 0.35/1.00 vMB 34
377,580 377,580 000000000000000006eb0672d3e57f4f60f81ddeb05dce89fd5cc3384ece4975 93 0.11/1.00 vMB 19
377,579 377,579 000000000000000008e7537ee9e32f44159956172baef2d7d8cc133a9fdf0cdb 1 0.00/1.00 vMB 0
377,578 377,578 000000000000000002367abbc706d90ccdf49b91f0b6cfdacb4e90906f884326 1,866 0.84/1.00 vMB 40
377,577 377,577 000000000000000006e4e44512fb5b1d6e68752fef936b8ef816a7a2a68beb52 767 0.54/1.00 vMB 23
377,576 377,576 000000000000000011ba0264c756ec62b72ae44b9c89e62e9491e75fea355c20 1,668 0.67/1.00 vMB 36
377,575 377,575 00000000000000000c43ac8e6dee25348f9116c0ede3dd302fea324c1e8edbaa 442 0.28/1.00 vMB 25
377,574 377,574 00000000000000000de254b68045c98951fdb212ce53e3f904c29129efcc2f37 116 0.07/1.00 vMB 29
377,573 377,573 00000000000000000b7be661a4d788dfa3300307e0a252e29f71d426cbc93861 389 0.23/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.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: 649.05 GB
    • Received: 13.12 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.