Loading Tool

Explorer IconExplorer

Memory Pool

44,032 transactions
26.51 vMB
0.06046802 BTC
Random Selection Loading Transactions
Max Size: 139.87/200 MB

Candidate Block

Mining Attempt e81eb7157cf837a9a15161f247d1390321669de8302e3acd23034b5c7e9b2680
Version 20000000
Previous Block 00000000000000000001a55d623f1f2c6db375b29f372bb722a1b5f7c3bb8796
Merkle Root 8fd46685d7dd3c0be369351a471fb62fd0982d17bf0c8a10f6e633b6ab075187
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,664
Size: 1.00 vMB
Total Fees: 0.01165531 BTC
Feerates: 73.20 > 1.17 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,782 (343,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,339 571,339 00000000000000000005f322f8d2e4d6a72dac9e6f081f2af0fee2c25bab6ba5 1,743 1.00/1.00 vMB 139
571,338 571,338 0000000000000000002bfe03b0d5e9d7b59cebdf4cba95ff0bfae6a2c554a029 1,294 1.00/1.00 vMB 147
571,337 571,337 0000000000000000000614dbfd30432f60c410e0f427781313cbf1fd499ad813 2,717 1.00/1.00 vMB 118
571,336 571,336 0000000000000000001e6c65979c9956477820cb8a5d8a9a1939bebec0c8618b 2,483 1.00/1.00 vMB 46
571,335 571,335 00000000000000000010b59d7cd857ce26cca0fb5354ec2b9057c67a2d32fc9c 2,459 1.00/1.00 vMB 35
571,334 571,334 000000000000000000147aa869bea356ea4419108947f1eedd6b788d0dd6dd8c 2,743 1.00/1.00 vMB 69
571,333 571,333 000000000000000000110d4c46864cf5ec105dee7dbe8bfa7744896af20ef888 2,701 1.00/1.00 vMB 50
571,332 571,332 0000000000000000002bc848f5f3220f34096bcd54c3d2747c2c4f54c9fda656 1,400 1.00/1.00 vMB 91
571,331 571,331 000000000000000000109b2fa12b7a75a262b0682bda3cbcb357c61ca1bfa637 2,774 1.00/1.00 vMB 134
571,330 571,330 0000000000000000000dc0f1bcf554ac7289bd5412d5e0395b822fe4310f6b28 2,674 1.00/1.00 vMB 119
571,329 571,329 0000000000000000001a35f4941e02149cb07a77a1057577146495092e17de26 2,463 1.00/1.00 vMB 27
571,328 571,328 0000000000000000000b35b6d2b39d884741c90010cdb97fd8a066bf1b0ed355 2,678 1.00/1.00 vMB 56
571,327 571,327 000000000000000000180f70d86709180b2e1707c483d4eb46c292193107fbc7 3,038 1.00/1.00 vMB 84
571,326 571,326 0000000000000000002175c5946772e8ac2e5ca3be786aefdcda953ffb747b8d 2,901 1.00/1.00 vMB 129
571,325 571,325 000000000000000000065746acd6ee2ef7e92cac96e6c94857e030ebcf8234bb 2,920 1.00/1.00 vMB 79
571,324 571,324 0000000000000000000965fd8c5a544456294eb614016ffc63a372836f7d9b32 2,536 1.00/1.00 vMB 97
571,323 571,323 00000000000000000016557249aad976ec5a67ae14b2363b5a34e87f3e9b22a9 2,542 1.00/1.00 vMB 108
571,322 571,322 0000000000000000001224128ad704443541b851762a54ddfb2a6774fb4f56b6 3,256 1.00/1.00 vMB 11
571,321 571,321 00000000000000000028d316d436921ab2fd62a4d2fc84754db66d2f8be965b6 2,502 1.00/1.00 vMB 57
571,320 571,320 0000000000000000000251133bb2acff88ba6b15d3ccdfae6fb07af532267f16 2,975 1.00/1.00 vMB 42
571,319 571,319 00000000000000000010c716e4330ca183f5c76234d8743d4df93a8c0d94ed13 2,420 1.00/1.00 vMB 113
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: 648.89 GB
    • Received: 13.09 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.