Loading Tool

Explorer IconExplorer

Memory Pool

16,936 transactions
10.03 vMB
0.04594561 BTC
  • 1 sats/vbyte = 10 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 53.37/200 MB

Candidate Block

Mining Attempt 0eba2d77d3431ae5a450c6e27eb619fc829569256396ed047b43da84a193be7d
Version 20000000
Previous Block 00000000000000000000b71e5adc9170744598068c953ef7cd2dabb77254268d
Merkle Root e42bdc7002f15783c5842364e5ef8773ce88fe9e137688b76ced7f089f0012b3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,288
Size: 1.00 vMB
Total Fees: 0.02339433 BTC
Median Feerate: 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,359 (709,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,095 204,095 00000000000001bf168d335b23712769c543fdc9d4b15c224775f855141672e8 64 0.03 vMB 36
204,094 204,094 00000000000003f67b76808632bbb8b554f75f35bbb8705141c5c840de0d270f 130 0.06 vMB 116
204,093 204,093 00000000000004e31a877bff5f3d80b5daec5c5d3130b1638142ce9b880f5dfb 127 0.06 vMB 119
204,092 204,092 00000000000002c2f6aa7016213a7c624432c397c87f289ea6b8cf769f580e06 168 0.12 vMB 84
204,091 204,091 00000000000002924b5f51a426400604aea38bb0fb8fd831d2d481774c82fbeb 53 0.05 vMB 1
204,090 204,090 000000000000018d309a4d40e9aec5510bd6abffccf29123b85bea335a7bd576 56 0.05 vMB 20
204,089 204,089 000000000000003b734948bc381b8495eddbaac255b735674778a8cc1d5c5be2 52 0.04 vMB 40
204,088 204,088 00000000000003bf71838593dc42c38f7a5486b00a6b141d14205f791c7afc3f 278 0.12 vMB 125
204,087 204,087 00000000000002cb921924cc23d4219e841edfd750a8dac5ec345710fecd1e72 127 0.07 vMB 129
204,086 204,086 0000000000000540cc48a9e3b651fbb7d927a294ebc61854631845fc07425d0b 4 0.00 vMB 0
204,085 204,085 00000000000003f66979accc507f3fb6b0825a6779796e5d4548aeb99d4e32bf 92 0.06 vMB 74
204,084 204,084 000000000000035bec15d85a63bd321d9527c5b053beb96212a62fdf40c6591f 256 0.11 vMB 124
204,083 204,083 00000000000003c17b96627f86c33714b282ba13b7c75fed14054087b694ca92 296 0.17 vMB 104
204,082 204,082 00000000000003f383828868619720fbe810718de98490c31f85c1e6246828ce 92 0.04 vMB 131
204,081 204,081 000000000000038696b70a8799eb2e092558e4b1842693ad48ee1f0f843c63e7 82 0.04 vMB 111
204,080 204,080 000000000000003ce08687fb0b5f6c23f6046e7ef4a4a13fef66d7801d4d95a9 261 0.17 vMB 89
204,079 204,079 00000000000003552018768e10597b674d54abc5b547de87efab1eeeefb5503e 314 0.12 vMB 132
204,078 204,078 000000000000033feaf172b3f610947d287775ff0dc632274b0522ddbea52220 87 0.04 vMB 113
204,077 204,077 0000000000000304b1a8939766e0d5083b14c187a5a1d91763d5eb4e1462d967 92 0.03 vMB 487
204,076 204,076 0000000000000097d6f3f0f888b03e629997327274dc8b27f1c2698aac53f2a2 663 0.41 vMB 88
204,075 204,075 00000000000000825123c555f8b9ddcfbb1b98f2dd5e73a62d0e2590d437322f 90 0.03 vMB 163
Previous 10 blocks ↓
Total Size: 779.49 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 97
    • Outgoing: 10
  • Data Transfer:
    • Sent: 166.75 GB
    • Received: 0.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.