Loading Tool

Explorer IconExplorer

Memory Pool

47,907 transactions
33.54 vMB
0.19935734 BTC
Random Selection Loading Transactions
Max Size: 169.41/200 MB

Candidate Block

Mining Attempt eef1c14d8cbaf1ba7df21101c130f6807f70b21054f61ddb28e5a1311b97928c
Version 20000000
Previous Block 0000000000000000000147c7dd24837dec3ddf522e94b4367f767e386a6ffd60
Merkle Root 94f04d29dbdf5fa06d349580a2ea246a856d1c241a65dfea8d63c6acbb072b85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,874
Size: 1.00 vMB
Total Fees: 0.10282798 BTC
Feerates: 502.67 > 10.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,357 (821,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,013 93,013 0000000000058ade42c8fef99fbfae65bf6cc8b3b3c92c9eaa7d89b85435613e 2 0.00/1.00 vMB 0
93,012 93,012 0000000000085ab0c4ae0bf4b83de6036071b8e6a1ea605a7410b18f8a8867e5 1 0.00/1.00 vMB 0
93,011 93,011 000000000001d8a542e7f413ada69e86050d59afaf0acd8676299a44f66002ad 3 0.00/1.00 vMB 2,074
93,010 93,010 0000000000072f80fa0bf50fc60fc4c952e62d60adabecf5abca65eec4c960ef 1 0.00/1.00 vMB 0
93,009 93,009 00000000000415799d9e8cb8873b0c2cf5fe4e27107dcd0acfc4be645114da55 1 0.00/1.00 vMB 0
93,008 93,008 0000000000014c8a69cc2a8f7136dfa1ef4e3e226d88692e7baac994015fa5f5 3 0.00/1.00 vMB 1,945
93,007 93,007 000000000003118623b2e48404bb059fc4613e4cd129037db4a838ff26009116 5 0.00/1.00 vMB 302
93,006 93,006 000000000000b609085b9564f998c118689e559021c9a8c891409000aec59246 1 0.00/1.00 vMB 0
93,005 93,005 00000000000795ffa3d83c24fbb764356425de551d75a8337b2aa95e26377f16 7 0.00/1.00 vMB 543
93,004 93,004 00000000000643180f78f3332f2f9d5a8401f723c981ab0bfff65bb181c1530d 1 0.00/1.00 vMB 0
93,003 93,003 00000000000720b8ef2f9276c24e6f74d0a433965cd5d2637f950abbd8a41752 12 0.00/1.00 vMB 1,739
93,002 93,002 000000000002324597f97239c19366becb51bcfcf58ae3e2ca112e7930b56f34 2 0.00/1.00 vMB 0
93,001 93,001 000000000007dc9285910639eca800e61829d99785d70245c88654a4bb4f984f 1 0.00/1.00 vMB 0
93,000 93,000 0000000000015d5379547ad416695137953a85f5a059ea7023b5aa1d9fdc6f29 4 0.00/1.00 vMB 2,580
92,999 92,999 0000000000051e95a28ae0bee83247b079245e44c3070c7a619613da24f5368e 140 0.03/1.00 vMB 0
92,998 92,998 0000000000008f420a916fa4a7cb0a9aa9c80069f54be0704f7ebead6817d14d 4 0.00/1.00 vMB 3,880
92,997 92,997 0000000000044dcad339a0c954e59630dec8a4c665c0cf2da3094dcddc4ab6c1 3 0.00/1.00 vMB 3,861
92,996 92,996 00000000000442791d748c7c2f4f21beeb0f385c72064e09c03e404c81a7fbc5 219 0.05/1.00 vMB 40
92,995 92,995 000000000002640bff8d4cbcf58a88b24021bb2b27cc8b8087209c6c081f897a 218 0.05/1.00 vMB 61
92,994 92,994 000000000002a76d4fd7ae412cabce6931d4560596685c116cea003bcaf3582a 1 0.00/1.00 vMB 0
92,993 92,993 00000000000984cdb30436a7573e6231b86339cce3670dce2fb1de8b059f05ab 219 0.05/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 591.30 GB
    • Received: 9.61 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.