Loading Tool

Explorer IconExplorer

Memory Pool

41,178 transactions
29.23 vMB
0.08482201 BTC
Random Selection Loading Transactions
Max Size: 148.87/200 MB

Candidate Block

Mining Attempt c0eef2b779de1b0b9b19cf7d0b54f9f95ce718074ae121314e0b7e19e0f859c4
Version 20000000
Previous Block 000000000000000000020091c751f6f5e45d44b2cd20f32e2609679623cce890
Merkle Root e0e73fca16ba4e0238cbb301e4f532e1c98b3879ea38d4a0179ef280ee8f7fa6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,510
Size: 1.00 vMB
Total Fees: 0.02763543 BTC
Feerates: 517.79 > 2.77 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,545 (99,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
815,517 815,517 0000000000000000000146074e5c06fcc0588c3ae17f1684eb96ecbdc29dd5b1 4,324 1.00/1.00 vMB 31
815,516 815,516 000000000000000000022769d2028fb36c6542f932cfd56bab7f722c9bb1200d 3,624 1.00/1.00 vMB 43
815,515 815,515 0000000000000000000166359895ebf1010d0ba2a5ef491784cdaf7e73fd5aa6 3,669 1.00/1.00 vMB 51
815,514 815,514 000000000000000000017e05836bfba0b6e192f45d053db942be1fc9b4b83579 3,447 1.00/1.00 vMB 49
815,513 815,513 00000000000000000000e6d25c3fb0541f21aba57fe3946ff188fff3d3cde2ac 3,159 1.00/1.00 vMB 53
815,512 815,512 0000000000000000000347e559e5217ca988d2ff80993c28693eeede2a67ffbe 3,674 1.00/1.00 vMB 39
815,511 815,511 000000000000000000043c16d8942c8a8da2cef609637bf08ec5c01bb15afc3f 3,342 1.00/1.00 vMB 61
815,510 815,510 00000000000000000003be57463945595da20de4299a1a8030465b0faf2404f2 3,200 1.00/1.00 vMB 35
815,509 815,509 00000000000000000000fffd11fd6259a849546078019cea340d2a35699fe777 3,223 1.00/1.00 vMB 52
815,508 815,508 00000000000000000001bdc597cf7c65e5a740db18875b95071f14f3a7a7b4c8 3,348 1.00/1.00 vMB 44
815,507 815,507 000000000000000000041fd1d23104a9de7920e9002e29303b11cc6335773c9d 3,352 1.00/1.00 vMB 63
815,506 815,506 0000000000000000000393fa0584c84f9d51af58901d0f0de96a31e21dae6098 4,563 1.00/1.00 vMB 20
815,505 815,505 000000000000000000009393d1fea63c7692eff57fce3ec7807a77694fdee0a1 2,784 1.00/1.00 vMB 25
815,504 815,504 000000000000000000007ef6a12724ec14f1dda86919c29dcefb4281d1d4643c 3,299 1.00/1.00 vMB 37
815,503 815,503 0000000000000000000329d635c06ea03b876f97d66dda0c7a318c725496c5ed 1,660 1.00/1.00 vMB 19
815,502 815,502 00000000000000000000d0f4ae1869a49416fc3a8e4d521d05c435ec9a1c74ac 2,835 1.00/1.00 vMB 50
815,501 815,501 000000000000000000026fb65f5da58cabb354fe94bba17c38d9fbf8c74157b4 2,325 1.00/1.00 vMB 13
815,500 815,500 00000000000000000001acbb1a718d3058c21f76b85b830545897a1b908ac060 3,797 1.00/1.00 vMB 17
815,499 815,499 00000000000000000001646d1393b63b6b77b8c1e049adebc49c052dd210b738 3,537 1.00/1.00 vMB 21
815,498 815,498 00000000000000000001d26c231e58c57a626642871eca0c5cc75679756cc7fd 2,843 1.00/1.00 vMB 17
815,497 815,497 00000000000000000002e3de7ddb250d55dbe974d039195fd9a485ad25d15a03 2,970 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.58 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: 622.82 GB
    • Received: 11.39 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.