Loading Tool

Explorer IconExplorer

Memory Pool

70,697 transactions
21.87 vMB
0.07727793 BTC
Random Selection Loading Transactions
Max Size: 139.80/200 MB

Candidate Block

Mining Attempt 584a3f7f9a6bd1b6331952c3efa1602c1d26977c93bde9ddc40d4c776cfa7018
Version 20000000
Previous Block 00000000000000000000b83de4677c8641ec3c2f0b02a3339e77133125092b37
Merkle Root ddf1e0d742439ff6ba1427b6e84bb4a8314e32b23bf8add210e472fed4f755da
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,770
Size: 1.00 vMB
Total Fees: 0.02325495 BTC
Feerates: 713.01 > 2.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,763 (890,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
24,978 24,978 0000000042afea893ce25b8d925f8809cd7e5c36ab41a073f4e18f613116dae8 1 0.00/1.00 vMB 0
24,977 24,977 00000000a3f762cfef9abed719753a54d061429afcce7fd396f7c432cbfe2798 1 0.00/1.00 vMB 0
24,976 24,976 00000000eaef653ab2d6c0e44bd08315e0a037b53e7b6e6f3565bb14d93ea25e 1 0.00/1.00 vMB 0
24,975 24,975 0000000044409e32403be35adaa68bcda17f9ffba8327454987664486079ab55 1 0.00/1.00 vMB 0
24,974 24,974 00000000b1182f7ae034ac199ba237415128695ec02eb812ec323ed44720d030 1 0.00/1.00 vMB 0
24,973 24,973 000000009886901732cf7e9c31f3f369c1a361e7b15860ae074b383e1e3c0924 1 0.00/1.00 vMB 0
24,972 24,972 00000000d01e7ee3dff649bbf548cd91acdc201cd1a839b93888f5dd259cc6c8 1 0.00/1.00 vMB 0
24,971 24,971 00000000f2d2eee9ce7d27116d88c790a22d13062c6f48b9d631995167788581 1 0.00/1.00 vMB 0
24,970 24,970 00000000166887dc70e4ef0173a74136edb008f399051f8efb2e65a85aaf9ba5 1 0.00/1.00 vMB 0
24,969 24,969 00000000d74bc7fecdbb1c263a0f2a4681fac95e6c6224577570c556ddc7bf8d 1 0.00/1.00 vMB 0
24,968 24,968 0000000000f6e84b3d057bc8b837602f122133feacf3940454a861d99ad5b17a 1 0.00/1.00 vMB 0
24,967 24,967 000000001095495a75b201f4ba1e4f9b9b2531409a7bce1773fd8464f9d8eae0 1 0.00/1.00 vMB 0
24,966 24,966 000000000ff277a1f19b7b5346ec64f81d8530bf9d475beee96a5ecbae902734 1 0.00/1.00 vMB 0
24,965 24,965 0000000041ebd553d0c73ddd5c60bade7acb11a8eb5b6463e9bffbabc23e682c 1 0.00/1.00 vMB 0
24,964 24,964 00000000c3301553af0bc7582241b07dd6cca3a5e795731db90cb922062c44e3 1 0.00/1.00 vMB 0
24,963 24,963 00000000ed6fea2d5957a15db057a7c30ac0f918bb075d0fe643655969ad907a 1 0.00/1.00 vMB 0
24,962 24,962 00000000119ca3c9174ecaea00fe230cf0b014aeab47c71ea01f7f3bed66afc9 1 0.00/1.00 vMB 0
24,961 24,961 00000000714f72d6e75f3a988ddfb3e403e2732cb9e0d201f2bda021a35ffb77 1 0.00/1.00 vMB 0
24,960 24,960 000000008335440818af2ac06f006566e9896b90d69d0913c34d16f1275b4b0d 1 0.00/1.00 vMB 0
24,959 24,959 00000000ede87eecd55bf5c6d93978665b5e0437b216230935fff64fe0dc7072 1 0.00/1.00 vMB 0
24,958 24,958 00000000c702b8ad484d6c11113883c1b8b394e57311147a74a7910f9f980ef3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.70 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: 778.49 GB
    • Received: 21.32 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.