Loading Tool

Explorer IconExplorer

Memory Pool

43,705 transactions
30.94 vMB
0.08552553 BTC
Random Selection Loading Transactions
Max Size: 157.09/200 MB

Candidate Block

Mining Attempt bb4fd9268b234addae173dbd02ddeec0ff6aa7ae5ad827708122aecca14159d9
Version 20000000
Previous Block 000000000000000000006b01ff0f8c8980e4005bdebf7640591cda9fd2e81467
Merkle Root cc12fc2efd22b65a636f9416e2d45faf22715ee8a9214980dd4c4e42483c34cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,603
Size: 1.00 vMB
Total Fees: 0.02318949 BTC
Feerates: 250.76 > 2.32 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,442 (877,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
36,581 36,581 000000008bbc534ed443409b67d100d2ede1b48bbecc50e6c985e35a24ceb660 1 0.00/1.00 vMB 0
36,580 36,580 000000006d77839256c7f2e96eeb50e43cd9ce1ff4aa9802fdec63708607029b 1 0.00/1.00 vMB 0
36,579 36,579 00000000b8433536f760cd9545d793adc5513fd20345bbf0513af3c3eac5a11b 1 0.00/1.00 vMB 0
36,578 36,578 000000007dbc526935d63484457aa48918293ba5fa82d005fc65b5209e02041e 1 0.00/1.00 vMB 0
36,577 36,577 00000000364e5bdd7827c697aa4983692ca101c755321ae2d36aaf747fb80640 1 0.00/1.00 vMB 0
36,576 36,576 000000007ffdd7ea755b3973dd56a3d975a86d8ef354b3948c44b51108481b7e 1 0.00/1.00 vMB 0
36,575 36,575 0000000085b0bdb093cfd1ba6e10000f81cb943bbbe4ec13cda4a2da34ee3a7d 1 0.00/1.00 vMB 0
36,574 36,574 00000000a39c2fdc41f1408901207c2f227e566c224e69b79fa32aecd6545a97 1 0.00/1.00 vMB 0
36,573 36,573 00000000452a77f3f0a034e6de2c909ed8db82b53ca8c1ab5dfb932846c2516c 1 0.00/1.00 vMB 0
36,572 36,572 00000000b75411d1dd1e7b0d71d59aeeae05507526243f77caf8ecad934ff6d1 1 0.00/1.00 vMB 0
36,571 36,571 00000000339d1361726e7a93fa307a99afbfce9b1816c2d55d9a84c1429dca39 1 0.00/1.00 vMB 0
36,570 36,570 0000000027304d6a89540125151edb18dacb6b14218f2ed7dae76f6a6a2b8b34 1 0.00/1.00 vMB 0
36,569 36,569 000000000b08d6d43337f81eb7c6612e20a40b2d5aae01150a3438ddda41f1ad 1 0.00/1.00 vMB 0
36,568 36,568 000000007cbf3d6e550164416d1b03dc732fa804a05df7850305d62eaa923da5 1 0.00/1.00 vMB 0
36,567 36,567 0000000038df7612671e9ab8870092fe4c0cf0661d3e13db93466e35dd518e93 1 0.00/1.00 vMB 0
36,566 36,566 000000000709bcf6e1db247edf9ffb7aba51776048e8ccfd9f5c2120c1e43745 1 0.00/1.00 vMB 0
36,565 36,565 0000000040b1c67f48a1098d51c301158ec051c108e3986da05b8400e58d9fd2 1 0.00/1.00 vMB 0
36,564 36,564 0000000059bac5d40be743e050ab264b79fb9947d99a7f69eab9d7f65c7e1a2a 1 0.00/1.00 vMB 0
36,563 36,563 000000007fc8cec476b6462b3808df6bd5cdabf9be82194ec14d75a50b9eb82b 1 0.00/1.00 vMB 0
36,562 36,562 00000000ad75ad5effe782ecb59143b5a663eee98657100e85440a3be9db50a3 1 0.00/1.00 vMB 0
36,561 36,561 000000003be1fb94d71c8778b65b5aa3a45cdbae11f8730a9d5d4bc93a72e1ca 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.39 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 602.84 GB
    • Received: 10.48 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.