Loading Tool

Explorer IconExplorer

Memory Pool

79,321 transactions
29.67 vMB
0.07543091 BTC
Random Selection Loading Transactions
Max Size: 178.13/200 MB

Candidate Block

Mining Attempt 05282cee0d805529c2433532fdafe4a00894e51f18d482a96b2d0bacb8f02013
Version 20000000
Previous Block 00000000000000000000a86620bedaadabef003d30be662b4766362f5afa4a4b
Merkle Root 72fbda2cc654a0e34958c56e996838ec4fb83d68709446568eba3028e81976de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,154
Size: 1.00 vMB
Total Fees: 0.01508776 BTC
Feerates: 90.48 > 1.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,004 (224,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,457 690,457 0000000000000000000c2349fe0d9451abc1eba468e06ebfd67576f7d55db94d 1,210 1.00/1.00 vMB 56
690,456 690,456 000000000000000000103b94455d828de25c3c0b07f668f6bd1ae5962a807591 2,063 1.00/1.00 vMB 26
690,455 690,455 0000000000000000000317a54d253926b7ed55f33c729d8a2a0414f1153c8c24 337 0.95/1.00 vMB 2
690,454 690,454 00000000000000000005641300480e99feb85c2b435a41f383061f68b6662a3f 1,201 1.00/1.00 vMB 10
690,453 690,453 00000000000000000005157aab97a0dc01ad47436fcaae406c2f5d0c91bd4a71 1,038 1.00/1.00 vMB 11
690,452 690,452 00000000000000000005ecdc52b783ede52b32dcd52500319c1ae159b9b116b8 355 0.34/1.00 vMB 10
690,451 690,451 0000000000000000000635f5e9d0e9ea35868efb60aeeae97249bd5ebb8eff73 964 0.65/1.00 vMB 13
690,450 690,450 0000000000000000000b83e9900890b84c0b137d9ec9a38c1e4176189c277b0a 2,301 0.96/1.00 vMB 2
690,449 690,449 00000000000000000004b13377e4c682f2f3261e6001e3f123b8c8716376af61 1,177 1.00/1.00 vMB 27
690,448 690,448 00000000000000000001e0713fab96dd068b3301a05ceb4f9dd3da8410d1a296 2,617 1.00/1.00 vMB 19
690,447 690,447 0000000000000000000a9c7687ff66a15ed3e40bb7e757989d0f224e8e77d71e 2,312 1.00/1.00 vMB 39
690,446 690,446 000000000000000000060f19b062359bb88f6f9b10f8c84bb5d058a72569113c 1,472 0.65/1.00 vMB 37
690,445 690,445 0000000000000000000f8f1e773dd81c2b8a0a226f36371b162f7bc13959d3a2 1,940 0.66/1.00 vMB 21
690,444 690,444 000000000000000000104237c96ecc817415f593c64490f5a140df51c8e8e0d2 1,807 0.71/1.00 vMB 20
690,443 690,443 00000000000000000002949d67f1cf5c7d1a58388fc6c8f171b34f906d612c74 534 0.18/1.00 vMB 17
690,442 690,442 00000000000000000005a977a033a22c87a06727e77ce2fd969a5272efaa91ac 1,545 0.53/1.00 vMB 19
690,441 690,441 000000000000000000051c5276351cf6fff398b0f8cf7b5fc289ccab92e83909 1,374 0.51/1.00 vMB 7
690,440 690,440 00000000000000000000b9793630c5d73fa7a0564eb12d3f9dcf73e9af814a1f 1,307 1.00/1.00 vMB 29
690,439 690,439 00000000000000000002c5dfc9c24e58a2c0eb5dc20da0a6a54b21d3277b1e88 1,510 0.56/1.00 vMB 16
690,438 690,438 000000000000000000070363a5c2465b547ebacd9e812ae44de8aee1440166b9 863 0.30/1.00 vMB 25
690,437 690,437 00000000000000000006cb770141dc5dcfcedf4c3bbb24decef06cd4604f6099 479 0.18/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.40 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: 664.70 GB
    • Received: 15.04 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.