Loading Tool

Explorer IconExplorer

Memory Pool

79,342 transactions
29.25 vMB
0.08804105 BTC
Random Selection Loading Transactions
Max Size: 177.21/200 MB

Candidate Block

Mining Attempt 2b4a0ea3aece2286c21ddae172aad4aa4e299bd2246369a56ceccb3987cf2002
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root bfd46878dc8dfc7f8043902e8cb47fa3dd281cf7eb19e2011eb1220a3ff36e1d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,075
Size: 1.00 vMB
Total Fees: 0.02687851 BTC
Feerates: 146.36 > 2.69 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (284,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,802 630,802 0000000000000000000b49d7b90d9997e1b37ed85dbe906dc53c7ef8e7ad8777 1,422 1.00/1.00 vMB 146
630,801 630,801 00000000000000000010aa6d8ec8ce37baf18dd227f8e4a3c206b64251b31d5f 2,662 1.00/1.00 vMB 179
630,800 630,800 00000000000000000006aa63a8c7987ceed2c830db829bbb9600b97fa50b44e8 1,126 1.00/1.00 vMB 9
630,799 630,799 000000000000000000058518fd3240273378c00cefcdc590b82eb800ccb74c8c 1,902 1.00/1.00 vMB 72
630,798 630,798 0000000000000000000aab75fb33a56d83413ae233dd1df79695cb8c4d5cf694 1,263 1.00/1.00 vMB 51
630,797 630,797 0000000000000000000d86ea6e64b7c13479b31847d4a1cf90dd485d254914ac 1,564 1.00/1.00 vMB 34
630,796 630,796 0000000000000000000994362c0322dc85d5a383bbda6110c7a2564f0fdc2e96 307 1.00/1.00 vMB 13
630,795 630,795 0000000000000000000e7b4f1bad375e8bc98536a123586e3ee3dfb07327d8a3 2,023 1.00/1.00 vMB 11
630,794 630,794 00000000000000000003e77ada0237102d30e0c9d1c796dd21ca552f8e419fbb 2,201 1.00/1.00 vMB 35
630,793 630,793 00000000000000000009bde9f44a3f292b4c03f23dc019ffd9129361145e65e7 1,949 1.00/1.00 vMB 119
630,792 630,792 0000000000000000000a0b4e726e6f4658be61225655cd1d26807c239c568e85 1,899 1.00/1.00 vMB 30
630,791 630,791 00000000000000000000ebca96fb1d3b827c258dcf6f6553dbaff8f938ff2f19 2,180 1.00/1.00 vMB 91
630,790 630,790 000000000000000000095a8ac092798b08f9380299743a14823de986dfe37cef 1,828 1.00/1.00 vMB 144
630,789 630,789 0000000000000000000449edda1543f4f518b1368b919ac28f385faad30c3544 2,072 1.00/1.00 vMB 148
630,788 630,788 000000000000000000035fecbbbd86a25a5d67697b972eaf7d95fd78c749a054 854 1.00/1.00 vMB 146
630,787 630,787 0000000000000000000484478600d7fdcde7c6edb8d73387f84d00f307b20adc 1,600 1.00/1.00 vMB 160
630,786 630,786 000000000000000000115ad762ed23e40cf485788aba8facd437b5b4ca258bc1 1,523 1.00/1.00 vMB 154
630,785 630,785 0000000000000000000145dfad248bac051ff54254a0090db10d5f0cf302428d 3,413 1.00/1.00 vMB 209
630,784 630,784 000000000000000000020ed3f3ac8118eafbcd0f6ef27f0a58b14a9f9ab8fdbc 1,929 1.00/1.00 vMB 148
630,783 630,783 0000000000000000000657d91fe837fe0f39159d2fe3672035a5f044d7118879 1,648 1.00/1.00 vMB 42
630,782 630,782 00000000000000000001eec8df3b70c99cd7a8c21b2e3cad100974695e10f6fa 1,595 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.58 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: 671.25 GB
    • Received: 15.90 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.