Loading Tool

Explorer IconExplorer

Memory Pool

77,991 transactions
29.10 vMB
0.08672530 BTC
Random Selection Loading Transactions
Max Size: 175.60/200 MB

Candidate Block

Mining Attempt bffb041346c34a2a99c1f98c57f8ff625a01a78aa7d383be387e4e7e085f9c70
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 3745534f21c1c76eb473b40ecb4a57c0a5777ee6a1272f17e25f092fbd3529f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,480
Size: 1.00 vMB
Total Fees: 0.02595795 BTC
Feerates: 81.07 > 2.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (323,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,151 592,151 000000000000000000147c7609678b8fd44f59a88852a92f81ebd583711aba34 2,542 1.00/1.00 vMB 30
592,150 592,150 0000000000000000001a953a24317ff8929e7ed81d2407879d3a32ecafd78430 2,842 1.00/1.00 vMB 29
592,149 592,149 0000000000000000000f5b24d7fe7d0150e07babda4f98b71fd53845e72afc98 3,120 1.00/1.00 vMB 33
592,148 592,148 000000000000000000181580576b3ee6fe0097c7c3b049a58cdacb0c3150078e 2,315 1.00/1.00 vMB 27
592,147 592,147 0000000000000000001366aa7f22733cebc716d5af08771b496d67a7185d74dd 2,652 1.00/1.00 vMB 24
592,146 592,146 00000000000000000000542d6baec5c194a3ef0ee54a5c9100491bb7f9ece0d2 2,399 1.00/1.00 vMB 25
592,145 592,145 0000000000000000001280ee35602bd103918d9ed69047a7ba778d9bd1987934 2,552 1.00/1.00 vMB 23
592,144 592,144 00000000000000000006e7fb04fe7e021db7b2342e42c14c80eb9717ff4cb2ef 2,839 1.00/1.00 vMB 33
592,143 592,143 000000000000000000055daa995b6829a4d721d0192b9fab3f3302fdebcb1c1f 3,115 1.00/1.00 vMB 50
592,142 592,142 0000000000000000000e6053c16acbede498e0af55687a8db33ea9669879d97c 1,386 1.00/1.00 vMB 19
592,141 592,141 00000000000000000016ac2aa47c6db81f5fad29b4e96c7f55bc6a8771d0fe3f 2,940 1.00/1.00 vMB 43
592,140 592,140 00000000000000000013c44048d4b3ad186c1836fcc8ed37240082e81320fae2 2,797 1.00/1.00 vMB 23
592,139 592,139 0000000000000000000f1912457919bc7fa4426d964dd9a86e125336b20a644a 2,645 1.00/1.00 vMB 49
592,138 592,138 00000000000000000019e18d13800c065aae9bf27d81ad505fdcd41d583c2fd8 2,504 1.00/1.00 vMB 29
592,137 592,137 0000000000000000000413865a97971d596535539e2e3d04051a212add0cc29a 2,853 1.00/1.00 vMB 31
592,136 592,136 00000000000000000006e3e014a3e4e82d60489a0956b4991bd56690adf95986 3,162 1.00/1.00 vMB 44
592,135 592,135 000000000000000000106fdecfd340fa74f91b048ed28f020c0b672252160756 2,775 1.00/1.00 vMB 29
592,134 592,134 00000000000000000018e5bd7993ae40f3b14fc3c6b7587e6b516b3819528311 2,729 1.00/1.00 vMB 47
592,133 592,133 0000000000000000000a3fba94d26f0623a58b8aec24fef0c4f13447d374ea7c 3,066 1.00/1.00 vMB 44
592,132 592,132 0000000000000000001692796bea221cda6fcf0b0f9b710cea8a3dfc2385b6a9 2,050 1.00/1.00 vMB 25
592,131 592,131 00000000000000000009442fa3ad6b51af90860916d87b876ba909671c3c3dc7 2,868 1.00/1.00 vMB 42
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.14 GB
    • Received: 16.41 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.