Loading Tool

Explorer IconExplorer

Memory Pool

28,458 transactions
25.34 vMB
0.03969651 BTC
Random Selection Loading Transactions
Max Size: 136.53/200 MB

Candidate Block

Mining Attempt 2f1141a2b9f5a9c8995d2d261db83bd81baa5cc66d8785e730e7f4196d0f1e64
Version 20000000
Previous Block 00000000000000000001e9a5f3eb367801ae7aa8e23fc3b0b3bd618531d35857
Merkle Root 365cedbc2e5e6dc0f3db0cf7453eb728681b77be020805dffc12eadebc6cb008
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,878
Size: 1.00 vMB
Total Fees: 0.01123436 BTC
Feerates: 73.20 > 1.13 > 0.15 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,007 (205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,802 939,802 00000000000000000001913bbe7d4e3e0ae9d56c14fa567208c1f81f9a234553 2,607 1.00/1.00 vMB 1
939,801 939,801 00000000000000000001e789affdeb6e164b6fc5e0c7c9b74567bb37a4f38a2b 5,965 1.00/1.00 vMB 0
939,800 939,800 0000000000000000000030c44b8522813d79f005db531f6708813a8dab00bfc5 386 0.11/1.00 vMB 2
939,799 939,799 00000000000000000000893b55191b08c51b6de1e70181f4ad6aa18dd58f30e0 3,816 1.00/1.00 vMB 0
939,798 939,798 00000000000000000000b204ae65bbe3786f2f2068c7ce3d0dcf1d31b0fa6769 2,330 1.00/1.00 vMB 1
939,797 939,797 00000000000000000000b4039520e307816316373e49aa1b9cef890b49ab0577 3,552 1.00/1.00 vMB 1
939,796 939,796 000000000000000000010db8024b06e590484c02670bf4acee1211045ed5ed8e 1,878 1.00/1.00 vMB 0
939,795 939,795 00000000000000000000f2d04fa69d824cd0dc74ae5cfbb26f092d13389d16bf 1,197 0.38/1.00 vMB 1
939,794 939,794 000000000000000000012f785a9ef3d06727493a8cab16c09a55e66928752063 2,504 1.00/1.00 vMB 0
939,793 939,793 00000000000000000001d253e86f04f68136068d5de8300b9611ba18cc1de3dc 3,431 1.00/1.00 vMB 3
939,792 939,792 0000000000000000000005fd3d9260f27c804175f11e012035ebf42833921070 2,745 1.00/1.00 vMB 1
939,791 939,791 0000000000000000000022223ee4d255f9eb94890c89be8809c460ac8ea41ffd 2,854 1.00/1.00 vMB 1
939,790 939,790 00000000000000000000ff04adfeaadeb18f11a266685d1a4eee9297a69b4509 663 0.22/1.00 vMB 2
939,789 939,789 00000000000000000001143db1e2b78052896f91aa71acbd116b593faeb1bc98 3,972 1.00/1.00 vMB 1
939,788 939,788 00000000000000000001971b5559a6594e7092bf4f6df35d013812bd2ad10160 5,102 1.00/1.00 vMB 0
939,787 939,787 0000000000000000000197813e2856a74d8c9d37f801905f10e7daab1baccdf9 3,316 1.00/1.00 vMB 0
939,786 939,786 00000000000000000001e6ce08900e720bfac8a476ade416ffaaeeb5484edb28 3,014 1.00/1.00 vMB 3
939,785 939,785 00000000000000000000a0be060f4b854dd8be269a639ab3fe673e7e8b9b19ba 3,601 1.00/1.00 vMB 0
939,784 939,784 00000000000000000000eb859b4aa6106ed5ed0faa20ca6c8580baf852d28e84 6,382 1.00/1.00 vMB 0
939,783 939,783 000000000000000000011de5d85eff95e1c88e907c6d3fcc003f5d1370d7495c 3,315 1.00/1.00 vMB 1
939,782 939,782 0000000000000000000182fb9a52eebb820779d2182e3829cd6ae37d4854ad2f 4,583 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 826.72 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: 4,421.22 GB
    • Received: 239.49 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.