Loading Tool

Explorer IconExplorer

Memory Pool

79,061 transactions
29.29 vMB
0.09643863 BTC
Random Selection Loading Transactions
Max Size: 177.04/200 MB

Candidate Block

Mining Attempt b3e7a2c6e3d8ccdbd2d7eae5d74c632a9e6ecfd7e0383c2f20c75a9b112377c6
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root fdf3861ba770fee5c901d76139461c3260bcd6b813baa43b0d1b5ff31b5a5d9f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,237
Size: 1.00 vMB
Total Fees: 0.03443005 BTC
Feerates: 150.62 > 3.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (65,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
849,227 849,227 00000000000000000000efbd282ccceb5831aa25017fba5e71add2af01eb4924 4,168 1.00/1.00 vMB 13
849,226 849,226 00000000000000000002a3dc3ced0fd2aade45c32667d38330ae3c7df3de9d05 4,448 1.00/1.00 vMB 10
849,225 849,225 00000000000000000002b88e8d2a362dfc74817c40729975addf2f1ae171210d 4,362 1.00/1.00 vMB 8
849,224 849,224 00000000000000000002c44c06296a6aef21e5670a998673a7d7f8bcbfee6430 5,375 1.00/1.00 vMB 9
849,223 849,223 0000000000000000000216f97970d8106a9c600e8c86a1cca10a769f28d9853f 2,818 1.00/1.00 vMB 17
849,222 849,222 000000000000000000021ea43ef638e17cc4b03534e3f647cb35a38ac0ec8f9f 4,446 1.00/1.00 vMB 10
849,221 849,221 000000000000000000024363b92f24bd62f386e1d400cd388d0042d79e062d9c 3,897 1.00/1.00 vMB 10
849,220 849,220 00000000000000000002263665cc32bf23a9d6a461ce6bee2e671176824609b1 5,363 1.00/1.00 vMB 9
849,219 849,219 000000000000000000028ff893cfa65f0810fee6a4f009cea7ba05f9de66ec3a 5,771 1.00/1.00 vMB 8
849,218 849,218 00000000000000000001bbd73bca0d821cc0383b3313f24fd53d06877d3059bf 5,939 1.00/1.00 vMB 8
849,217 849,217 00000000000000000001f88ec3d6680c364fb4a1b411bddbe93e5383ce0055b8 6,328 1.00/1.00 vMB 8
849,216 849,216 0000000000000000000222d4318974455daf44fc242d66e2b447fcc9b736833e 3,120 1.00/1.00 vMB 11
849,215 849,215 000000000000000000019151a1c2843fcde6f4d9f331543331f1379ccd291122 2,942 1.00/1.00 vMB 24
849,214 849,214 00000000000000000000f38a6941a226f82d5ae4981be835df18eddec8fcccac 3,559 1.00/1.00 vMB 12
849,213 849,213 000000000000000000000d7ccb741c5419f8e5141a5e4f3bcaebda504a49513c 6,506 1.00/1.00 vMB 9
849,212 849,212 000000000000000000005eba07b7570d083fcc64703ebff68b5bf1746df55cc4 6,340 1.00/1.00 vMB 9
849,211 849,211 00000000000000000001e61415417421c0cc282457d683f58504f7932eb5068c 3,703 1.00/1.00 vMB 12
849,210 849,210 00000000000000000002e9bea95a13e376b68dc5043db4f50ec9170e4d48ec15 4,476 1.00/1.00 vMB 10
849,209 849,209 0000000000000000000320bf1816b457f3e071ff717238f7c7e1dbd834654aa6 2,938 1.00/1.00 vMB 9
849,208 849,208 0000000000000000000344688265837d136d97a6f6095486946d3fb9c96da273 5,130 1.00/1.00 vMB 10
849,207 849,207 000000000000000000026a9d7c56b8e2798879c3130ab3ed77d63cdac495b3ed 3,698 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.