Loading Tool

Explorer IconExplorer

Memory Pool

39,631 transactions
26.95 vMB
0.07314452 BTC
Random Selection Loading Transactions
Max Size: 139.44/200 MB

Candidate Block

Mining Attempt 899f1c31aa372e5ba3b266367cc2a675f75a0805ae4d6d3a3bd2f2d46cfe6b9c
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root baba20401c21f8bc58daac6999ba0ec73268a32bf798b8e6ca97ce060f9f8c81
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,739
Size: 1.00 vMB
Total Fees: 0.02002166 BTC
Feerates: 201.37 > 2.01 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (412,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,857 501,857 00000000000000000066974747a9e0cfffe2cc4b7e2b53884c9d7c27e0f19f7e 1,012 1.00/1.00 vMB 79
501,856 501,856 0000000000000000008bc268ccae50de1360b085f135ac7aafb0521a769a3548 1,095 1.00/1.00 vMB 264
501,855 501,855 0000000000000000007231a7da859b9dd1f05068b78e829aef6972c9740587ac 1,044 1.00/1.00 vMB 207
501,854 501,854 0000000000000000001bc8616410ee1f921e67997db7684db23dbdc71bf0a4f6 1,585 1.00/1.00 vMB 94
501,853 501,853 0000000000000000002052119e126e83d3cc368b900f7cf1285afafd8b55944b 1 0.00/1.00 vMB 0
501,852 501,852 0000000000000000007f63926a861058f3e08d65dc82af3d3e5532ea779ed03e 1,042 1.00/1.00 vMB 92
501,851 501,851 000000000000000000102c93185451ad3fd47c091dec282d7443fc24d19edf59 2,412 1.00/1.00 vMB 587
501,850 501,850 00000000000000000038e1e0d085fffed5ae330d61d9e5d3877bd287f6ad9b1a 840 1.00/1.00 vMB 257
501,849 501,849 0000000000000000004ecedc7d6d89c51008e75a4f3544a0c22b14dd6d9619af 1,941 1.00/1.00 vMB 433
501,848 501,848 0000000000000000003dc8c319dfbae6d7d3133c8a453f51a710b2ba4abc742a 1,946 1.00/1.00 vMB 198
501,847 501,847 0000000000000000006395e15b3abee436a30bc0faabab8326afe2e7af40c84d 1,906 1.00/1.00 vMB 286
501,846 501,846 0000000000000000007ce7c3d802eae732269d60f34b7588be745076973b1e9e 1,277 1.00/1.00 vMB 177
501,845 501,845 0000000000000000007eab4e555914c027145c36d0af27dfec5766d73d13d46e 1,426 1.00/1.00 vMB 155
501,844 501,844 00000000000000000086be380ab051b4852a789ca0c7cb1d6744aaef10bbd291 1,157 1.00/1.00 vMB 110
501,843 501,843 0000000000000000001ffb72403af6329a9bd630f59c998c6ffc6c5568b42636 1,793 1.00/1.00 vMB 346
501,842 501,842 0000000000000000002a8798595ce65aeef97b6d130b30bdec101130927e1508 1,575 1.00/1.00 vMB 228
501,841 501,841 0000000000000000006f36bf6a81334ee62fc19219fa59f4a6fdebfb39877c79 2,185 1.00/1.00 vMB 209
501,840 501,840 00000000000000000047886faf37986a23d7a47a7d2d09c364fbcf05e6b73355 2,320 1.00/1.00 vMB 471
501,839 501,839 00000000000000000036066ab0d91aef52c6d6830d449f17fad7adf5c3524e83 1,660 1.00/1.00 vMB 247
501,838 501,838 00000000000000000055930188807eee7515638393ec03c3abc19d8c46d8fa20 1,783 1.00/1.00 vMB 383
501,837 501,837 0000000000000000003fea17a4abc487beff89e451263e9d3b150bd03808f9d0 1,540 1.00/1.00 vMB 256
Previous 10 blocks ↓
Total Size: 781.83 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: 636.63 GB
    • Received: 12.37 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.