Loading Tool

Explorer IconExplorer

Memory Pool

76,068 transactions
28.74 vMB
0.06952466 BTC
Random Selection Loading Transactions
Max Size: 175.83/200 MB

Candidate Block

Mining Attempt 2357ca2bc8ab7f4d257d32233ad8cb0c20af3c9a88dfd3a93f8160be7fee2c0b
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root 2f4c3ffad22475f41b29fdeeb382739744e2951a7db55fa45fa399ccf31ba4c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,808
Size: 1.00 vMB
Total Fees: 0.00713547 BTC
Feerates: 40.21 > 0.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (121,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,704 793,704 000000000000000000005cfe6d247666d8cd03c7301073980aa503b5d5ca0aeb 3,404 1.00/1.00 vMB 54
793,703 793,703 0000000000000000000366ee99c3c4863ce9159349cd43c57e20d5436180e1d5 1,882 1.00/1.00 vMB 42
793,702 793,702 00000000000000000000dca604a3f2dd84115f8deb90de5b23f80741491aae08 3,416 1.00/1.00 vMB 28
793,701 793,701 00000000000000000000e7e5219684c5f916308d376a55e4dead7a1a65a45375 3,349 1.00/1.00 vMB 54
793,700 793,700 000000000000000000045465923cb8c82935e78c5edc270ebc0a41f85b04bba9 3,489 1.00/1.00 vMB 62
793,699 793,699 00000000000000000004bc7f8e60f1d30f32cb42ba2d81fc72a343125609b6f8 3,497 1.00/1.00 vMB 40
793,698 793,698 00000000000000000003363176b30dfcda0cab5865f311ae1857606a84cd9bda 2,932 1.00/1.00 vMB 49
793,697 793,697 000000000000000000047f10aae2d5c6fd16b8afff7b3f087a53bdc4cb34755a 3,540 1.00/1.00 vMB 51
793,696 793,696 00000000000000000004a243113e5268fa53ce21f903a9a3a518900fa60df111 1,563 1.00/1.00 vMB 15
793,695 793,695 0000000000000000000412a87edb8402beef32b35c1eeb96fba0b61510afef48 1,038 1.00/1.00 vMB 20
793,694 793,694 00000000000000000002340f37939d993407d56c3b70325ce6537aa97c1acf6f 1,725 1.00/1.00 vMB 16
793,693 793,693 000000000000000000022ddaaed7cd7c9ab6353b1bdd72782a5a8337e9e3eab4 2,340 1.00/1.00 vMB 31
793,692 793,692 000000000000000000016413c301b41c4e169121e28f3290d1d51ef6ef844d18 2,050 1.00/1.00 vMB 14
793,691 793,691 000000000000000000012a4519472b92c664ce1e5506847bc7f8a7f84c49c47a 2,394 1.00/1.00 vMB 48
793,690 793,690 00000000000000000001915420abe26d5a644ee0055d120c8e57aaf8e0bddcab 3,936 1.00/1.00 vMB 36
793,689 793,689 00000000000000000003477a4a4b46207b800eda8ac7e65fd0f459f1a86c7fb9 1,857 1.00/1.00 vMB 25
793,688 793,688 0000000000000000000417d22f1ad5349c6f0d7bba318866408428d493a612ac 2,520 1.00/1.00 vMB 62
793,687 793,687 00000000000000000004bdf6c4136f32317d587673fe22cce9016b60cca5b8fe 1,896 1.00/1.00 vMB 28
793,686 793,686 00000000000000000002fc9f3c6a06e4d8032e3433df76aa7198eea73c1f5ef3 1,765 1.00/1.00 vMB 20
793,685 793,685 00000000000000000003e80d77f1322da3597124913a1b84dd6da46f6980228b 1,769 1.00/1.00 vMB 18
793,684 793,684 000000000000000000009a2300023e177dc0345bf2df316461e63c0b475f955b 1,596 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.81 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: 710.28 GB
    • Received: 17.05 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.