Loading Tool

Explorer IconExplorer

Memory Pool

79,114 transactions
29.09 vMB
0.07078774 BTC
Random Selection Loading Transactions
Max Size: 176.90/200 MB

Candidate Block

Mining Attempt b9f3cee7fe85a1d1f9518a723532c21dd83ac1aeb6f6b83008a226275667a4ca
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root 7b837b04e350188d94e1c384c370e0b34d5bc9607e4b58bca329ac00d14888f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,760
Size: 1.00 vMB
Total Fees: 0.00996494 BTC
Feerates: 74.86 > 1.00 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (296,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,336 618,336 00000000000000000011973390c8e73df725a9b32af4cee28097e983fba83867 2,567 1.00/1.00 vMB 27
618,335 618,335 000000000000000000075b2d54027f564b103ae09d9abb70c0a8e1f7581cb555 2,224 1.00/1.00 vMB 15
618,334 618,334 0000000000000000000d63051360d738749aeb3930e11a8f1dbbf864bb279d37 1,234 0.39/1.00 vMB 16
618,333 618,333 0000000000000000000da54f998857c9b4a682e8e70c8ccb27d77443257e6dae 2,409 0.77/1.00 vMB 17
618,332 618,332 0000000000000000000485f5bbc8d802a21386814a8cdafd2e6a98d89888094e 162 0.06/1.00 vMB 25
618,331 618,331 00000000000000000010fde1f88f24d61d8ac25f613e3a5725558049e8b82949 1,593 0.53/1.00 vMB 16
618,330 618,330 0000000000000000000fd06f7e00dfa939e60ae1a4f038872b90f0f5878a8204 2,445 0.96/1.00 vMB 17
618,329 618,329 0000000000000000000d3ad16fb38fe85675030c64d46eaf80c5257c4b48ce16 1,977 0.67/1.00 vMB 17
618,328 618,328 0000000000000000000998021ead24616b1ed6c0a39cb16162a65bd832492584 44 0.04/1.00 vMB 18
618,327 618,327 0000000000000000000c5ebc83d90b65381348635ae21f25e959c6a07595606a 2,471 0.84/1.00 vMB 17
618,326 618,326 0000000000000000000074b73a6fc1656bf4888034fcbaa25ca17965b2ee84b0 2,896 1.00/1.00 vMB 6
618,325 618,325 00000000000000000006a885e7cdfd8b9bc2e44397384215e397e1ecf2824446 1,244 1.00/1.00 vMB 26
618,324 618,324 0000000000000000000fccb6c1ca7b9ec77d377ba51ac868a322dd21042f73b3 2,568 1.00/1.00 vMB 14
618,323 618,323 00000000000000000008c285111678c8f121ebd4aced9d8d41ae9129b0e4cd57 1,796 1.00/1.00 vMB 22
618,322 618,322 00000000000000000006ccfd8494cd46c8a04d5a3e83378a631042c304d2933a 2,316 0.73/1.00 vMB 15
618,321 618,321 00000000000000000009a4b429dc2aff3fdcc93df827324bde139fcd9098623b 2,687 1.00/1.00 vMB 18
618,320 618,320 00000000000000000002110c395112494a6fc7bc8fde86075915608ac4d30eb1 2,833 0.82/1.00 vMB 13
618,319 618,319 0000000000000000000a1284e1ece662d449ccc4e98427ceed00c134915c8a8a 3,075 1.00/1.00 vMB 22
618,318 618,318 000000000000000000035efaeeec1f2662fee29da0e17dc3c2e87a8d89af5572 2,786 0.88/1.00 vMB 13
618,317 618,317 0000000000000000000f7799a70cbda2360053e56b75e8ec38fb58daab5eec95 2,839 1.00/1.00 vMB 19
618,316 618,316 0000000000000000000bca9932d5fbfd2aaa9c5f4773c7ab6732fa7479a2cb4e 1,357 0.53/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.54 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: 669.10 GB
    • Received: 15.73 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.