Loading Tool

Explorer IconExplorer

Memory Pool

77,209 transactions
30.79 vMB
0.13939777 BTC
Random Selection Loading Transactions
Max Size: 177.03/200 MB

Candidate Block

Mining Attempt 6f8fe0aec8d8fa63ff58257d79c49e9ef176b5b8d84f2ff0114ae6e9c01b0c1d
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 14f1868c848163b61bdf04fc6a04d215dd557d2555cec99649ee1a3e657c81f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,304
Size: 1.00 vMB
Total Fees: 0.05092490 BTC
Feerates: 150.36 > 5.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (339,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,643 575,643 00000000000000000018542dc0ce0468ad5c82a18829881fb9653ab247ab7b43 2,803 1.00/1.00 vMB 84
575,642 575,642 00000000000000000006117cd07e84404c54c3955692994585d13a4e3bc54267 2,818 1.00/1.00 vMB 129
575,641 575,641 00000000000000000007abc5b8d5c5720ca6565e8ffa91e0ea1b9be7109449d5 2,530 1.00/1.00 vMB 81
575,640 575,640 000000000000000000052352730522c54ecd3a5332fbb70bfc9257d6e1d93f68 2,564 1.00/1.00 vMB 53
575,639 575,639 00000000000000000008184e6feb844c2ae65db22d41c2ad9e3706371de24b36 2,755 1.00/1.00 vMB 86
575,638 575,638 0000000000000000000dc1fde44713cfbf4d5ac8c8fd94cc81327a05a8665238 1,839 1.00/1.00 vMB 22
575,637 575,637 0000000000000000000e6bfc979ad049879f51845e52367cd239e704fb47ed4a 1 0.00/1.00 vMB 0
575,636 575,636 00000000000000000017d37a59b3956ad87b52779efa06f8c60097e5f0557173 2,326 1.00/1.00 vMB 90
575,635 575,635 0000000000000000000f8c9d14dc6e6d85c23436900a9c330f06a762f54c383c 1,501 1.00/1.00 vMB 4
575,634 575,634 000000000000000000006cbd56ef03f0976cca1ba40469025ebe59a6f55d5795 2,715 1.00/1.00 vMB 46
575,633 575,633 00000000000000000022ff9f74f5d5a1bf57388b62c4fb3518358e9f0d53f05e 2,707 1.00/1.00 vMB 114
575,632 575,632 0000000000000000001c8863884148b3fb86fb2a1b51046e43edc116b06bd8f3 1,771 1.00/1.00 vMB 12
575,631 575,631 0000000000000000001ec7b32b74d873d91aa68e169b611fb81cf989da2735e9 1,580 1.00/1.00 vMB 23
575,630 575,630 0000000000000000002460b49f1c32f15d424258f12bb41fae9909af7ad1a43b 1,594 1.00/1.00 vMB 20
575,629 575,629 000000000000000000080d0ffce5fb78c71a99936c37e633c2e60ad7a3b1170a 3,103 1.00/1.00 vMB 82
575,628 575,628 00000000000000000000d10765b2e81b1b3b164a1309764743824af9608a8e14 2,800 1.00/1.00 vMB 109
575,627 575,627 0000000000000000001fd65d40aef0ddba7ba6b6a46238194a06ad690f6d925f 2,004 1.00/1.00 vMB 13
575,626 575,626 000000000000000000139b61b254493126c0efe2d1437bfe856d913b6259def4 1,728 1.00/1.00 vMB 33
575,625 575,625 0000000000000000000bf7125906a862edb2da7a3b4ba3072cab7543bc00a1aa 1,795 1.00/1.00 vMB 21
575,624 575,624 00000000000000000019b5d84775417c24ea551a087bf3f4cc2a32f458cd2178 2,516 1.00/1.00 vMB 85
575,623 575,623 00000000000000000025c88267119c3de80a51ce70ee438463e951331240329f 2,351 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.