Loading Tool

Explorer IconExplorer

Memory Pool

24,913 transactions
5.40 vMB
0.02041732 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.73/200 MB

Candidate Block

Mining Attempt fa70d372c2be88abce4e596a0e499a88c0393e7b842687baa9be94f639f30739
Version 20000000
Previous Block 00000000000000000002171523b0948b2408751d81c5c9847d3c3e54b812a019
Merkle Root 690ca37544cc8f2249820e91be51db8e4613aa181395c4abc8e0ff3d0c83f382
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 832
Size: 0.22 vMB
Total Fees: 0.00670886 BTC
Median Feerate: 2.06 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,232 (712,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,837 200,837 000000000000014931c35cc2ed57fd0475306c9522e920127ae8a95aae956ec1 21 0.01 vMB 102
200,836 200,836 00000000000003e78f10cca0e79a2fdfcbf9a9795fdcd5bfbb7ddc56a99d23e1 19 0.01 vMB 81
200,835 200,835 00000000000005027e4d6ad7301bb83d5c06f42157b20f8ee8c1296b8bc6e96f 19 0.01 vMB 107
200,834 200,834 000000000000033168701a02580e95abe07fa5418c6ad5c64327bee1541c6bb4 73 0.04 vMB 89
200,833 200,833 000000000000012a9076ec4c9508b64101cae89ea70a3618e43d867221238fd1 42 0.02 vMB 111
200,832 200,832 00000000000003a39528359139cf4f5f33305bf5b87db2a9a3c99938a936e90a 134 0.05 vMB 178
200,831 200,831 0000000000000367d28b2c9e128b8cfa82576223afee04283a2a3d77209a7f1a 142 0.07 vMB 98
200,830 200,830 00000000000000e67ef9e04ea869e218473dad4ad9c949020246d8b1a841caaf 50 0.02 vMB 133
200,829 200,829 000000000000043f9009aaea1f9ce79e91294cb6339ed99fc75dfad18b2dbeb6 115 0.03 vMB 94
200,828 200,828 00000000000005a1037e0bd5e03bbb4c5c603372ee4049225632c25df80f4fe6 141 0.05 vMB 130
200,827 200,827 000000000000001ec451bcd5d0052d358016876fe9b8a37905949de0cc086e86 11 0.00 vMB 0
200,826 200,826 0000000000000085675d6385de2b05cc1889b7a61d0571eb20194e405c4ca8e2 176 0.08 vMB 242
200,825 200,825 0000000000000208c20c43f188f143d26691cdadbf78799995a37bfdd383fa37 254 0.11 vMB 163
200,824 200,824 00000000000002435ca51fb984f6916585d691defdda32a92983c8f0735c03cb 253 0.10 vMB 249
200,823 200,823 000000000000019c3a4dfb1c2c4a25ed4da4e7407afd986bb89e235024733d89 245 0.11 vMB 127
200,822 200,822 0000000000000511c31a1a5b26c148bf820f2a05db1445c185b8dcfac612aec1 36 0.03 vMB 473
200,821 200,821 0000000000000017a9e5053566aef212b3931bd5914d00c835aafe3e8568331d 47 0.03 vMB 43
200,820 200,820 000000000000029678aa323b220dc96234baa8f6336985c1cf03346cb78849ca 81 0.04 vMB 121
200,819 200,819 00000000000003d6e43e6d956cff3389d0286915ec2e5792047653ad07d7f672 187 0.11 vMB 141
200,818 200,818 0000000000000333b8bdc6ddfc2321ca59a5d5777e92021d2be8a12d1687f660 189 0.06 vMB 108
200,817 200,817 000000000000007c979bdfcc538def258cce5adb1f9033c513da8757d71d2324 247 0.10 vMB 138
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

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