Loading Tool

Explorer IconExplorer

Memory Pool

79,028 transactions
29.26 vMB
0.07065758 BTC
Random Selection Loading Transactions
Max Size: 175.59/200 MB

Candidate Block

Mining Attempt 5f085382c019bdbffacba121aa79967d42b46ef1642c25983cd1ea39351143db
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root b29cd6a91e1c45c3ba8e8e23c318353e1037074a2448e613162981ec975ed82c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,435
Size: 1.00 vMB
Total Fees: 0.01121348 BTC
Feerates: 170.94 > 1.12 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (470,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,184 444,184 00000000000000000382d77fb0a4660f8fc0a86802b58039e0a66b9c9f522e89 2,085 1.00/1.00 vMB 99
444,183 444,183 0000000000000000013a74e92e24da97941cff991a23a32c4d7c67c59b907abd 2,680 1.00/1.00 vMB 74
444,182 444,182 00000000000000000096cc6ad6fa17849d29e56f313f1ae81f5fd49461a9214f 1,844 1.00/1.00 vMB 87
444,181 444,181 000000000000000000dc207c52f79ebc8f0a2637f4c6290f199d97abcf74fdea 2,520 1.00/1.00 vMB 102
444,180 444,180 0000000000000000020e1724a60232ef5c5e0ef93bbb1738d5521dbbfd11f8a8 2,187 1.00/1.00 vMB 101
444,179 444,179 0000000000000000007a4cee466357dd21163f1c91a96691356499ae7ffebbd2 1,968 1.00/1.00 vMB 55
444,178 444,178 000000000000000000f86f8bc6d2dad44aedff9e08c22142fe6d3d4fe82e0ad4 2,427 1.00/1.00 vMB 78
444,177 444,177 000000000000000002fd38826697c895295f2d62b708a4421e09aebdd29c5c07 2,614 1.00/1.00 vMB 93
444,176 444,176 000000000000000000fb2baae24c9e89191bc7fb0dccf50a926ed5fd34582e02 2,650 1.00/1.00 vMB 94
444,175 444,175 00000000000000000146e5065bb495ded21f09af3c25cf3607ac5d05604b6eb4 2,094 1.00/1.00 vMB 69
444,174 444,174 0000000000000000009dfb7abed368fe3acb29ba0e23ae38be234ea27bbed359 2,524 1.00/1.00 vMB 67
444,173 444,173 000000000000000002d09d6c838ce1a31c7bf7c09ef5980efc49e2e360844dea 2,178 1.00/1.00 vMB 68
444,172 444,172 0000000000000000000339d5ff23c306fbaaf8d6518dbf87caf7fbc9db8e6603 2,363 1.00/1.00 vMB 94
444,171 444,171 00000000000000000217bac05ffb22909da3424e257dd37421c3d5729a6b1606 2,126 1.00/1.00 vMB 84
444,170 444,170 000000000000000003877570bfe9338cafb4678c2b5dc4c76eb743ef2890cd6b 3,043 1.00/1.00 vMB 104
444,169 444,169 00000000000000000197cfd46fecfdfa0e37c73bc4da70bcdcc2e7134e6eeabc 2,372 1.00/1.00 vMB 98
444,168 444,168 000000000000000001dd1edd9c0fe233672d393047a88eb710ad31c19aa14a02 2,069 1.00/1.00 vMB 61
444,167 444,167 0000000000000000005488fd5461baceea9ae305dae3c98494c79e698406c0dd 2,690 1.00/1.00 vMB 89
444,166 444,166 00000000000000000242e71c7e68bcf1fce3773802a5e099ed33926e830f0ffa 1,781 1.00/1.00 vMB 75
444,165 444,165 000000000000000000c96f1d69333ed7563c0f60b4dd45bd4dd89f3f5fec8829 2,108 1.00/1.00 vMB 68
444,164 444,164 0000000000000000008dd6e951c09dea47ce17b554db67e5587c66c88418f3ca 2,486 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.50 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.46 GB
    • Received: 15.52 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.