Loading Tool

Explorer IconExplorer

Memory Pool

81,952 transactions
31.77 vMB
0.07968579 BTC
Random Selection Loading Transactions
Max Size: 192.85/200 MB

Candidate Block

Mining Attempt aacb1ebee129ce7a9ce8380a7fb522d4cd6928880c21e33cec504bbb50528fd2
Version 20000000
Previous Block 0000000000000000000031ba7fe1eeefe76d233c2558b7cc402ecad40e6ac670
Merkle Root 398dc2acfdcb3b4a62a765177006057296cfd44113474dc0f26137af40931a98
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,221
Size: 1.00 vMB
Total Fees: 0.01042134 BTC
Feerates: 73.20 > 1.04 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,214 (480,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,122 435,122 00000000000000000003b434da1550b1aa1b13ccd01af4149527240cc510f9fc 2,406 1.00/1.00 vMB 64
435,121 435,121 0000000000000000016bbcbebe7f93bff96c31304cc067e87850a9d75a1dfbc6 2,088 1.00/1.00 vMB 38
435,120 435,120 0000000000000000014083af7247ad3fbf31b2fd437e3aa654fc47bf36a12542 626 0.33/1.00 vMB 31
435,119 435,119 00000000000000000209652666314af1a38d9f39acea0f2a2cb359f5d8b644f4 2,292 1.00/1.00 vMB 49
435,118 435,118 00000000000000000279a5d17764fe6e3f5eb0531f33b78acc26153b504a745e 2,630 1.00/1.00 vMB 87
435,117 435,117 00000000000000000259037b235f4b593cf8205738ec5ac4f8868e20d4b38edc 2,247 1.00/1.00 vMB 69
435,116 435,116 000000000000000001ffa5e6c3c6983a362b504eb912c7e85ad4b0cfe7717ed7 1,043 1.00/1.00 vMB 30
435,115 435,115 000000000000000003ba5a261370be0a920d4ff733ecdc610691888edac5ca14 2,196 1.00/1.00 vMB 56
435,114 435,114 000000000000000002c162de013d6b3eeef9217b147772c13101d6bf2f959990 2,257 1.00/1.00 vMB 54
435,113 435,113 00000000000000000137c2abc6411303f40a8282c016d27855dc297f83627116 2,386 1.00/1.00 vMB 87
435,112 435,112 0000000000000000032ac0ad29c354ae6e86a43f8fd4486fba5b1c8ca9c75311 1,556 1.00/1.00 vMB 43
435,111 435,111 0000000000000000011bf1e473b36d4801cc03df28ed3809a8ef1a63c47c2892 1,791 1.00/1.00 vMB 48
435,110 435,110 000000000000000002b5e07727db6ea332af3e6d427fb692ae96665ff994bf3f 1,356 1.00/1.00 vMB 30
435,109 435,109 0000000000000000006a0637c7900ab84474edc5a1c1ca447d7cae89d381f80d 2,397 1.00/1.00 vMB 77
435,108 435,108 000000000000000001dbb4e4c5bbf214b2f95c80928603561bf582bbd9a7b4cd 1,177 1.00/1.00 vMB 24
435,107 435,107 000000000000000003a6a7cde5244a464427335cef0fcc1a81951bb409c0ab5c 1,930 1.00/1.00 vMB 41
435,106 435,106 000000000000000002e852328462eea446f60008eb70fd913766c85eeb8382e7 2,836 1.00/1.00 vMB 48
435,105 435,105 00000000000000000000a9c11fdc7a5971f51877a18d3b4b9b3d731173b60d9f 1,207 1.00/1.00 vMB 57
435,104 435,104 000000000000000003b6520ee8bff3f60a8f1cfc94a510d0a9fea61f289819e8 2,832 1.00/1.00 vMB 72
435,103 435,103 0000000000000000029071eb048274588a05987e5ebad8a86b9262ade00bf577 2,566 1.00/1.00 vMB 81
435,102 435,102 000000000000000000ca4d0ef66b1e6b7e7f31e47b49d20020120a41c38dcb45 2,141 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.76 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: 708.97 GB
    • Received: 16.80 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.