Loading Tool

Explorer IconExplorer

Memory Pool

44,807 transactions
27.42 vMB
0.09615992 BTC
Random Selection Loading Transactions
Max Size: 144.93/200 MB

Candidate Block

Mining Attempt cb70334f087a52c82c1f7505223f01ff2b8b3719236afa5058df71b5138acd45
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 58fac9d60b0222c042b0f4dd03b5697a552f1535059af57778f2c1072513272e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,672
Size: 1.00 vMB
Total Fees: 0.04471899 BTC
Feerates: 150.75 > 4.48 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (457,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,578 457,578 000000000000000001406a35e114cd7391b635a57e0f9b576c0ff7d56cbc896a 1,200 1.00/1.00 vMB 48
457,577 457,577 0000000000000000024f9899e11d0d779ebb67c87305e9ce0350c055661ab49a 251 1.00/1.00 vMB 61
457,576 457,576 0000000000000000024d4de78ed5f988110e0dae68facd135560b094ed92ded9 807 1.00/1.00 vMB 102
457,575 457,575 000000000000000000deaa85ceb4eb7c799c7dca4cba73609ef7c6492caa5af1 1,621 1.00/1.00 vMB 125
457,574 457,574 000000000000000001e286fd80d14b88d2a9f68118fb96b87b680a1b5289ab9f 1,580 1.00/1.00 vMB 115
457,573 457,573 0000000000000000017abefe066dbe331c1343578b233638f5181c2372c4c94c 1,967 1.00/1.00 vMB 150
457,572 457,572 00000000000000000199a5be1716e6e971861cd73bf6a2b96d45ccb33554496e 2,407 1.00/1.00 vMB 194
457,571 457,571 0000000000000000013b47055d00c21f9cb0a6b22ec3d39e6944823396c69c16 2,289 1.00/1.00 vMB 155
457,570 457,570 000000000000000000aa85902154080eef40bf36d9d0a7d30b72d814885114cd 2,148 1.00/1.00 vMB 127
457,569 457,569 000000000000000001f9aa6fc6f23a44dc3c927b108b350ddd0faf8425410215 2,619 1.00/1.00 vMB 197
457,568 457,568 000000000000000002439feb7a495e3157929e85db0361d92c6e14a312b5c5b5 2,246 1.00/1.00 vMB 142
457,567 457,567 000000000000000001030d444a5607fcfcc65e76ad2e5c948fccb77b93aee498 2,775 1.00/1.00 vMB 199
457,566 457,566 00000000000000000039fde3365850c191d9396b7054ddff656a8825aa9be764 1,472 1.00/1.00 vMB 247
457,565 457,565 0000000000000000005d0520965516e6253b8e8b419b8b2692895d9abb023dfe 2,202 1.00/1.00 vMB 172
457,564 457,564 00000000000000000158deb118f2e414728bc951faf0fddc41a590a9423eea79 1,494 1.00/1.00 vMB 178
457,563 457,563 0000000000000000025823f74acc68af5e3d43b7f8cde200c55d9469354ea99e 2,004 1.00/1.00 vMB 193
457,562 457,562 0000000000000000001586bf35963020c2ff687c7b7dd6c66e3d83c9e7983d7f 2,849 1.00/1.00 vMB 254
457,561 457,561 0000000000000000022f55108be40ec8bee6dadf44aa8e8be9df74c3881c0f11 1,962 1.00/1.00 vMB 142
457,560 457,560 000000000000000000a73bf22b23d5391ae8bcd63c3c36b49f9c71d1f0b56e93 2,068 1.00/1.00 vMB 135
457,559 457,559 00000000000000000016a2a0f8c46e091f8d9e90e4a219329f904eaded6bc30f 2,230 1.00/1.00 vMB 226
457,558 457,558 000000000000000001d2159e817f43abd1385a73c919e241ea59b68a1071a4e6 1,459 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.