Loading Tool

Explorer IconExplorer

Memory Pool

72,715 transactions
28.07 vMB
0.06201833 BTC
Random Selection Loading Transactions
Max Size: 166.39/200 MB

Candidate Block

Mining Attempt 64e7dfccdbb13430b636d7313a1e37ddfb78e7f800b08ff6d0ecce6c597e42da
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 6289dd98b074a81d3fd2ce23ed0b3168e71a6adbfb647c89d0e704c3fa4b7d4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,663
Size: 1.00 vMB
Total Fees: 0.00593541 BTC
Feerates: 9.97 > 0.59 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (315,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,036 600,036 00000000000000000001746e9a59f7ebf683dc45d45d1aa574745352c5d13121 1,875 0.79/1.00 vMB 9
600,035 600,035 0000000000000000000634ddbdff056de1e6b487acfff358145d579c376056f3 3,369 1.00/1.00 vMB 18
600,034 600,034 000000000000000000012d4a11ff9ca6e9f77c4338df31d6e60d52dd8b66a2f4 3,234 1.00/1.00 vMB 18
600,033 600,033 00000000000000000006011f951c4d431188b08744877cf24180799097511aab 2,776 1.00/1.00 vMB 22
600,032 600,032 0000000000000000001120813e1220bb7ac8802536d75a9ee9d17c05894a05b5 2,051 0.67/1.00 vMB 14
600,031 600,031 000000000000000000008198774adf9f1cec3540997ec7d9ff88a1c05bcb038a 3,189 1.00/1.00 vMB 8
600,030 600,030 0000000000000000000539937b63163226a313b9ccfb73408557b42507ea044c 3,099 1.00/1.00 vMB 21
600,029 600,029 000000000000000000004b5e4d371c4ca8c4eef87d66a57f52268a524bfed634 1,996 0.58/1.00 vMB 18
600,028 600,028 000000000000000000143972d4cbc00a644c9bcea08caedb7e4a48d4664fe8ff 3,010 0.75/1.00 vMB 7
600,027 600,027 00000000000000000009eca2ac1225bd335eb772545a6f7c00e65ffd1d2dc429 3,357 1.00/1.00 vMB 25
600,026 600,026 000000000000000000131145921a1020a55c1f59eb67ee32d04ca44e4d51bd6a 2,895 1.00/1.00 vMB 20
600,025 600,025 00000000000000000009336cf45c84081bfc46c30eab21f4dbb9b6c136da7ff4 2,482 1.00/1.00 vMB 28
600,024 600,024 0000000000000000000c8749b990b76f682c9a04e3ff556241f80ed4bcc7769c 2,672 0.77/1.00 vMB 16
600,023 600,023 0000000000000000000953989b1e675cfb06cc3caf75c6468bae8068b481d888 1,302 0.49/1.00 vMB 19
600,022 600,022 0000000000000000000218535bd1befa47f60fc40f454cfd336a181c3207ca32 2,003 0.61/1.00 vMB 15
600,021 600,021 00000000000000000009e050ab404683167dc93e42d0856566c311e284aff716 427 0.16/1.00 vMB 13
600,020 600,020 0000000000000000000cd15ab151ed6a098b5ac4e5700ff818f3f80e42ec7ce1 1,627 1.00/1.00 vMB 1
600,019 600,019 000000000000000000046095f72dd0c28c7def99277dc44e69ec64604a68b25e 494 1.00/1.00 vMB 4
600,018 600,018 000000000000000000128a2049604b40eb0f74534cfba6274f68a8c25d37a76c 1,813 1.00/1.00 vMB 14
600,017 600,017 00000000000000000003f78cb44acf7377968771b9043d7c4c09427c973b1bab 1,093 1.00/1.00 vMB 8
600,016 600,016 000000000000000000048b8fb6369cf1233c5d97742bd596449e28eb607a6f77 2,422 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.46 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: 667.82 GB
    • Received: 15.30 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.