Loading Tool

Explorer IconExplorer

Memory Pool

40,536 transactions
27.67 vMB
0.07308137 BTC
Random Selection Loading Transactions
Max Size: 141.97/200 MB

Candidate Block

Mining Attempt 3a6221fbbd7a4d1703c20418b6f33ffc96b97742c0711195ac241043c332a834
Version 20000000
Previous Block 000000000000000000019a6a43291f856c35b16a71da6815df4a131b431a0b21
Merkle Root 56d66d98aa8a6aa48c37e7227684758b76606eb9473eb611c20e27ab2cad7495
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,824
Size: 1.00 vMB
Total Fees: 0.02028862 BTC
Feerates: 193.01 > 2.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,651 (356,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,608 558,608 00000000000000000003609efefc2def4fba50f3bd327b0c16bcc031eadd8840 2,657 1.00/1.00 vMB 17
558,607 558,607 00000000000000000028cbc8f2da3cfcc6053fadb93a9812ea326299b0de70c8 2,462 1.00/1.00 vMB 3
558,606 558,606 0000000000000000000466db2e2e197e077a7cb9f8f280fe8ff59e64168bf522 2,778 1.00/1.00 vMB 3
558,605 558,605 000000000000000000298c922f7baebeede3c245666f0a94858ccde3963efa84 1 0.00/1.00 vMB 0
558,604 558,604 000000000000000000114ac64a47e3c3e1f8a153c020e5a561f635107f019bec 2,079 1.00/1.00 vMB 18
558,603 558,603 000000000000000000025ab5b6e389259fe5ac64f524c846f1f075011f0ae1da 3,464 1.00/1.00 vMB 22
558,602 558,602 0000000000000000001df8638cd0f7e5e600b7262656e77e29003597e0db1dc9 3,816 1.00/1.00 vMB 25
558,601 558,601 000000000000000000163a2bf3aa0303f38f40ac984f39a53728401a28dfb42a 3,399 1.00/1.00 vMB 49
558,600 558,600 00000000000000000007bf2b91b52c788e1133df82b1f0fa8a03c273e8636c48 3,118 1.00/1.00 vMB 25
558,599 558,599 00000000000000000006ac9e44d01540f29f8003dc5ea75428e019e2ea2d3a76 3,114 1.00/1.00 vMB 12
558,598 558,598 0000000000000000001ad24fe9c2501b8e4a9dc684571871025ee99139704eec 1,158 0.38/1.00 vMB 9
558,597 558,597 0000000000000000002e4c6aa8f3164678ca6c44578893475f16d1bc1091a2da 3,229 1.00/1.00 vMB 12
558,596 558,596 0000000000000000000bcc2c6448fc05bb5fb16eaa0a0e7c1eb0a87bad7b6f7f 12 0.00/1.00 vMB 17
558,595 558,595 0000000000000000002d242c10ab7c2dd43e6f5cf0f7f09bf705a120327c0650 2,498 0.92/1.00 vMB 11
558,594 558,594 00000000000000000024c7218075e6df192edcb293fa21a9e50ad5230ccb5fc7 1,220 0.57/1.00 vMB 2
558,593 558,593 0000000000000000002ca444c7b4e4bb6a8968f89a4461d76277153f7a8dcd3c 3,064 1.00/1.00 vMB 11
558,592 558,592 00000000000000000025d0d0c7cde76191c226431e8814d3692fe21194589b0f 1 0.00/1.00 vMB 0
558,591 558,591 00000000000000000002b61dc5373e7a20f0f1b15b8b86260aaeed61bf9f4bd0 1,217 1.00/1.00 vMB 4
558,590 558,590 0000000000000000000ca9ea414d6fea7f39870ca23f6e6d912e60dea337e0b8 2,983 1.00/1.00 vMB 20
558,589 558,589 00000000000000000009178b7d4b6117025e537d6bbdfbcbfdefcdc56b119ccc 1,366 1.00/1.00 vMB 7
558,588 558,588 0000000000000000002835676b23a4a1d9611765963ae388a4917243d804b718 3,193 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.77 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: 632.85 GB
    • Received: 12.16 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.