Loading Tool

Explorer IconExplorer

Memory Pool

80,736 transactions
34.74 vMB
0.18158124 BTC
Random Selection Loading Transactions
Max Size: 194.58/200 MB

Candidate Block

Mining Attempt 0cce319078bee9c485fc2c8652a56b5d20d7642a3ba50c8721c4be483adf6987
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 67650b32aa90452c3266c9226d6ee90408fbf66655fb2dbf0074c768f6c19c62
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,127
Size: 1.00 vMB
Total Fees: 0.05043921 BTC
Feerates: 150.93 > 5.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (3,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
911,699 911,699 00000000000000000001aae58874ff600c4eb21bcae26f8b4cf2408bd5babd71 3,806 1.00/1.00 vMB 1
911,698 911,698 00000000000000000002049c8a83e55354a5ecb26bbab27e1a6ad8fd2c3c4d7b 2,947 1.00/1.00 vMB 2
911,697 911,697 000000000000000000005301ed97d5607a536bc592cb2c45576ae5db0ca49856 4,072 1.00/1.00 vMB 1
911,696 911,696 0000000000000000000113784e77def178c98c822556c1fbef874e5e7d620710 2,943 1.00/1.00 vMB 3
911,695 911,695 000000000000000000000b422ec1ef88f4dd386b57ef4ce71b15b18cc6e57140 6,548 1.00/1.00 vMB 0
911,694 911,694 000000000000000000008e272ab1897b22a74e8172e459f4870116b2565d84c0 495 0.20/1.00 vMB 3
911,693 911,693 0000000000000000000011d33b0d645a9237295b0e795f6d4cb4f78126c659c9 1,305 1.00/1.00 vMB 1
911,692 911,692 000000000000000000019aee46bd0afabf8ab09caac6154488f404c25015a59a 3,132 1.00/1.00 vMB 2
911,691 911,691 000000000000000000013c5b02d4767d2244c568326050aeeba5c02a64aae72c 3,808 1.00/1.00 vMB 2
911,690 911,690 00000000000000000001a5aa627dd4daa1e5736f432bb9c0d0e4c7466f79a0fa 4,339 1.00/1.00 vMB 1
911,689 911,689 000000000000000000000bf0249237bcd4e041e2cfd49ed2ebd69a57e607295c 3,030 1.00/1.00 vMB 2
911,688 911,688 00000000000000000001041c04a395e06ae451d452d7c6ccd827e38b7f5504d4 2,410 1.00/1.00 vMB 2
911,687 911,687 0000000000000000000159b9c6ca5eac9792daada1e2b15e3412dff8ba9ca9d7 4,032 1.00/1.00 vMB 2
911,686 911,686 00000000000000000000a93f794a6099438e51d8efe9385a026410f9c8c7fa6a 3,249 1.00/1.00 vMB 4
911,685 911,685 00000000000000000000f2dbcb16e10c7ec3bc08f55e18e0f561aad60c91698e 3,688 1.00/1.00 vMB 2
911,684 911,684 00000000000000000000706c85e830235db2fed8c16a9ae0a2e26241cdad6aa4 2,645 1.00/1.00 vMB 1
911,683 911,683 000000000000000000002d424c0dc9d6fb0a09322e78fbd3a68558fc403c26fe 3,711 1.00/1.00 vMB 4
911,682 911,682 000000000000000000016c2b4c2aa3593e38764c8666f0bbc9d00171a811d41f 3,117 1.00/1.00 vMB 2
911,681 911,681 000000000000000000012c013c0fb7b3a133f58d8156702be908873932c9b3f4 3,256 1.00/1.00 vMB 2
911,680 911,680 00000000000000000000e5d774e9a79556437f85e44f5c8db0318694c903b20f 3,607 1.00/1.00 vMB 3
911,679 911,679 00000000000000000001b7a9c57b0996ccc5afb8a8b0a45aaac41af35a7f0c73 3,769 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.11 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: 734.19 GB
    • Received: 18.55 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.