Loading Tool

Explorer IconExplorer

Memory Pool

76,295 transactions
28.43 vMB
0.06666530 BTC
Random Selection Loading Transactions
Max Size: 172.33/200 MB

Candidate Block

Mining Attempt e50d71eda045ce2630d45a1cb310cc919b4abad6c06a92b7cfbfe218c5029d7d
Version 20000000
Previous Block 0000000000000000000034cfd79664e0a1680400ea13802d309e22ae00459d8a
Merkle Root 047edd1c3d9ab361ce924be6c28f51a636be5df54704f7eb90327e039853b9a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,503
Size: 1.00 vMB
Total Fees: 0.00778902 BTC
Feerates: 78.13 > 0.78 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,159 (535,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
379,168 379,168 00000000000000000b167e56e24de984671e3593c873382dfe1446ce218ed3f2 546 0.28/1.00 vMB 35
379,167 379,167 0000000000000000062d2db2b4068b80cd92a2bbf1a19e1fdb56235e681264bf 517 0.75/1.00 vMB 7
379,166 379,166 000000000000000002ed59042e8f67017d040e720bcb0ae92af2dd46983641e9 1,442 0.95/1.00 vMB 21
379,165 379,165 0000000000000000101cfce4dd211faf0d9600272c88bc444bee8a0e2ca6924b 2,339 0.95/1.00 vMB 48
379,164 379,164 000000000000000003f8a7406c3075d1d70b5812f1885855b4f7a44628dcbc13 2,792 1.00/1.00 vMB 73
379,163 379,163 000000000000000002ef676e17ad313442d7ea2caeac5c299ca28548ec33881c 1,113 0.55/1.00 vMB 37
379,162 379,162 00000000000000000bd9c48340308f5ac877ee62848d2edbdcc0b6809994e2f6 1,372 0.68/1.00 vMB 35
379,161 379,161 00000000000000000350d677bc34fb1ed60a325c9cbbbceb83e0ab2be543ef3b 432 0.24/1.00 vMB 53
379,160 379,160 00000000000000000f1d1d51d29aa67edd3e26700f0f31bc991916fd8c51162d 1,117 0.56/1.00 vMB 35
379,159 379,159 000000000000000008b0f285a44595baf4fb02011e05e7f4316edae0729d88a3 1,027 0.52/1.00 vMB 31
379,158 379,158 000000000000000000effaf9f36b3e02fd41e0e633fd3d086bd4b4d12aa71aab 250 0.75/1.00 vMB 2
379,157 379,157 0000000000000000044dd71da9a0eeddbbc979b8fe50f11a7426385cbfda75e6 977 0.51/1.00 vMB 43
379,156 379,156 00000000000000000ff5ea03c9b9b6f5e88d238024275748c6b131da68d50af7 255 0.15/1.00 vMB 22
379,155 379,155 00000000000000000aeedd1b6ed8ff5c3a0bbfb4f203712730742f47a2553f6c 810 0.46/1.00 vMB 31
379,154 379,154 000000000000000003109556554520a54b9c81fc9e31ba4e0f54cf461e2ef160 414 0.26/1.00 vMB 19
379,153 379,153 0000000000000000071417de796933490914f9f1cc3fdfb4bb203ffa47e58cf1 273 0.26/1.00 vMB 18
379,152 379,152 000000000000000005c876faebe7a298fef332cb091a8751c466e64772c0b0be 1,048 0.75/1.00 vMB 25
379,151 379,151 00000000000000000d2527075c7715ddc4989bc00cc67ce8f4ba975a20fd1ad4 2,065 1.00/1.00 vMB 29
379,150 379,150 000000000000000005ac479d3173a9dfa5eee4eebc89ea9a9c12323e8bbb32f1 2,403 0.75/1.00 vMB 61
379,149 379,149 0000000000000000109f4221f3cb5944e4b1c5b9304e7082619b3b957128798e 49 0.25/1.00 vMB 2
379,148 379,148 00000000000000000b98a5531ea300cacc2b61b56d3fc5d7fafd021258e5e6a8 244 0.25/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.67 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.12 GB
    • Received: 16.40 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.