Loading Tool

Explorer IconExplorer

Memory Pool

27,806 transactions
8.06 vMB
0.11724441 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.76/200 MB

Candidate Block

Mining Attempt 4f069abad7e82e88c6021823d0a46450b77dcb9e2d2d7778ef6ebd5e11261987
Version 20000000
Previous Block 000000000000000000016a9bb5f319ff1902ff927cfd4910ceff07268f197cf2
Merkle Root 9839c21aff796957d9c49dc4b5c22d31f01cdd3058db95dd6d35771f707b41df
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,155
Size: 1.00 vMB
Total Fees: 0.07519001 BTC
Avg Feerate: 2.49 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,993 (504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
912,489 912,489 00000000000000000000474c704406d0ec5200ef5e752b94ca1e8e7a3ee2aae7 1.70 MB 5,814 0
912,488 912,488 0000000000000000000007c7c981b9cd8e895106b3e87c2143e1b83b46105104 1.59 MB 3,201 2
912,487 912,487 000000000000000000007e3f7440915e0445a29c29f11bc3426ab8ed94c47732 1.76 MB 3,852 2
912,486 912,486 000000000000000000000ca4b14a4b4906d19867893aa9843d254b73c5ff8853 0.46 MB 1,174 2
912,485 912,485 00000000000000000001cf26659aa33b8c16659d884ca47b75ac49f5bc91224e 1.55 MB 3,191 2
912,484 912,484 00000000000000000000b6bd32c52568a689f1f4636c66e7ec53daa7bae6b52a 1.65 MB 6,095 5
912,483 912,483 00000000000000000001c4803c902cfab517056bd8191e1d5870b2c58c36d3c2 1.66 MB 5,836 7
912,482 912,482 00000000000000000000ba0f2e9ff1ad7f8df4b85034b5b4f6f77782b5e2f77e 1.68 MB 5,880 7
912,481 912,481 000000000000000000021eb775ba3b0c0b4088a26c97e8e21b1fb2c033b40b13 1.64 MB 5,125 8
912,480 912,480 00000000000000000000680fd7039932c514e138aefcf6b4ccb0f640a060e3e9 1.67 MB 4,968 12
912,479 912,479 000000000000000000008c18d96db827b5384cdf40bc35e97f4d90e7f6cde610 0.04 MB 84 36
912,478 912,478 0000000000000000000079a72d42d66312c35392be5e3617187124a1ac75d5ad 1.78 MB 4,563 16
912,477 912,477 00000000000000000000e54845fc1ea52f7f98bfe3bc8b6fc85eda6e7d39aeab 1.78 MB 4,157 11
912,476 912,476 000000000000000000012e151208583d69150ec1a96110fb7c83934970758235 1.62 MB 5,842 0
912,475 912,475 000000000000000000010c4fd78adc543217e6618144352797770045533addc9 2.16 MB 2,845 4
912,474 912,474 000000000000000000005337d38c67badd6c139bc688730a5ed271a56391537e 1.64 MB 3,235 3
912,473 912,473 00000000000000000001077dc868b63f6ab4bd5d87cebde7566299cc848b39f2 1.66 MB 3,341 1
912,472 912,472 000000000000000000019ffc3ed97832cfc5ec87029ae87b642aaef02d12028a 1.59 MB 3,292 4
912,471 912,471 0000000000000000000222eea3b2b6f4cfe42145b7fc424eb6787dd364b3d599 1.62 MB 3,830 2
912,470 912,470 00000000000000000000b691110fa3171a59ec4ab04425a1aa25355ca45e090e 1.51 MB 3,834 5
912,469 912,469 0000000000000000000027187e6912a7eddafcdb2b631ce3e0a6c2f56c49a90e 1.59 MB 7,149 0
Previous 10 blocks ↓
Total Size: 778.83 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: 371.90 GB
    • Received: 3.37 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.