Loading Tool

Explorer IconExplorer

Memory Pool

46,506 transactions
30.68 vMB
0.10055008 BTC
Random Selection Loading Transactions
Max Size: 157.90/200 MB

Candidate Block

Mining Attempt b057be35a3fb9b79f34ad94823375dbe0f02f21b50dc75bf1757a9c7368f39cb
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root d75c335ebf794073194d0808304c576188776342b43870a6b2c83413b6c6a950
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,652
Size: 1.00 vMB
Total Fees: 0.03292240 BTC
Feerates: 100.29 > 3.30 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (908,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,684 5,684 000000004d18f3fee1ce2d7b407748e2f14e330b4c7b1767763743676e1c9cf4 1 0.00/1.00 vMB 0
5,683 5,683 0000000061e609fc1590a6b5fcfdddb58a03c7e8240b4275f0ad49d618e26d2a 1 0.00/1.00 vMB 0
5,682 5,682 00000000aab648cb52d04762cb733b4cce193f960abdc1e6d888e2f05d6440a7 1 0.00/1.00 vMB 0
5,681 5,681 00000000c4d23fc94f3939e26f249fee98ce464d38415a9299606399dce8e923 1 0.00/1.00 vMB 0
5,680 5,680 00000000f10cbb89e740b80162df1f679def8d249371d46e6ddc671b63d360de 1 0.00/1.00 vMB 0
5,679 5,679 000000005e707fcd51e766ce6bd973ff5adbe756d996184f476d1d3760ab4fc8 1 0.00/1.00 vMB 0
5,678 5,678 000000008715a1aaa2adc6acc0c1ed61c169d92573987f6cd6c8136f06161c8e 1 0.00/1.00 vMB 0
5,677 5,677 000000003764448a75a66060889b3bc0a664af73a494ffcde1e15893c102902c 1 0.00/1.00 vMB 0
5,676 5,676 000000004f896c12fb04bfc61e3d8ee6a39b74948fb7344dd7dd1b7017da5e50 1 0.00/1.00 vMB 0
5,675 5,675 000000001e2e1d2434b7a484ba71e34b5e76d665eeef0f2e7dbe77784b71e045 1 0.00/1.00 vMB 0
5,674 5,674 0000000041a4c447be35d04d14eba4764a359e3798001a44406152ad67d12587 1 0.00/1.00 vMB 0
5,673 5,673 00000000cfa3e85c598e71a7b4af92c21d60c63f2f5234d7d4a241e4a6263ab2 1 0.00/1.00 vMB 0
5,672 5,672 000000005dd2b40fd79157d74961daf6583ab3189b51d26d316af208cb61c358 1 0.00/1.00 vMB 0
5,671 5,671 00000000a4d4a5a85d5944b8f4de6a7efaefb5a056ee0997d587c19493062d6d 1 0.00/1.00 vMB 0
5,670 5,670 00000000ef78b3d4894522830144ea85a6e3dad7caccbda7a118e51eb8115cbc 1 0.00/1.00 vMB 0
5,669 5,669 0000000095a387d69be36dc016d5025fc12257f616e0defcbb76b89157e65c47 1 0.00/1.00 vMB 0
5,668 5,668 0000000084054713ad279e29c8f8497ca80405e32aa728c71431ab7c802fcc56 1 0.00/1.00 vMB 0
5,667 5,667 000000005472019fbdfd744554f49b43d6fdbd8b17be944c385a4382f4fa563d 1 0.00/1.00 vMB 0
5,666 5,666 000000005c0f56b1ed123e4ca9746f88cf174ab9232aa74dc3ebd954ba02c2aa 1 0.00/1.00 vMB 0
5,665 5,665 00000000565b2244fc09a137e1ee8cedb05000ceecec1155ca22a7bf32bd50ef 1 0.00/1.00 vMB 0
5,664 5,664 00000000565fb034db9e8117cf7b28bd82b3556eef089a32e507078e70da2f78 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.64 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: 626.64 GB
    • Received: 11.68 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.