Loading Tool

Explorer IconExplorer

Memory Pool

78,332 transactions
29.44 vMB
0.07373488 BTC
Random Selection Loading Transactions
Max Size: 177.29/200 MB

Candidate Block

Mining Attempt 39278f42e0c896ad4fcbb89a7d611aa6631d2c47bdf702d205fb3adfcb219126
Version 20000000
Previous Block 000000000000000000008c4f55cac0d52e0fdb45c8112180d17dfee14c20cda0
Merkle Root ab2b7c9e73ab2fb00319979a47b87804b78b21faada4d03cf2b656a780a3fe97
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,024
Size: 1.00 vMB
Total Fees: 0.01194499 BTC
Feerates: 25.13 > 1.20 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (287,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,191 627,191 0000000000000000000b454e2fe684c1478bb0d2d6c1feeb5287fc88fbe88501 2,862 1.00/1.00 vMB 40
627,190 627,190 0000000000000000000007e6d2ebfd43a20b02ef48ccc2a505030a89b5fc679a 2,872 1.00/1.00 vMB 32
627,189 627,189 00000000000000000008ca818714da75a6b80d57783e14b894d97a4264e558bb 2,847 1.00/1.00 vMB 39
627,188 627,188 0000000000000000000b4916ebba463f78eeb1f7760318254115d03a27f41277 2,307 1.00/1.00 vMB 32
627,187 627,187 00000000000000000000b807c1d65ae8345692ee3259d95a4cbb111af0657e96 3,090 1.00/1.00 vMB 48
627,186 627,186 0000000000000000000895d1b9d3898700e1deecc3b0e69f439aa77875e6042f 2,805 1.00/1.00 vMB 39
627,185 627,185 0000000000000000000d91339690d0d0912aab683398f01e7ffab8c58aadec03 2,720 1.00/1.00 vMB 29
627,184 627,184 00000000000000000008281025b946b5f9b742009028b6ac998bed5432d68f56 2,514 1.00/1.00 vMB 22
627,183 627,183 0000000000000000000e24a33da78e2d12b3af0436e770f2c4c139386e3fd114 2,321 1.00/1.00 vMB 21
627,182 627,182 0000000000000000000c58c8ab972dd785d19f1055e3c1335e19b755d4aa4856 1,877 1.00/1.00 vMB 19
627,181 627,181 00000000000000000007378952adfabea8501dadf155f7de16446f6a5f7ddf8e 2,181 1.00/1.00 vMB 22
627,180 627,180 0000000000000000000fe4cd83a34a05b4e4d4a7290282621207a67320afc5d3 2,920 1.00/1.00 vMB 33
627,179 627,179 00000000000000000004e4e84d2e9182fc5c5c5d3721a0998769412a4924f424 2,547 1.00/1.00 vMB 30
627,178 627,178 0000000000000000000fb24070907ccf4bdaceced9f53fc47eb7774610226fbd 2,905 1.00/1.00 vMB 28
627,177 627,177 0000000000000000000a35134cb749200efc1d2a55c258067e973393caa5c339 2,830 1.00/1.00 vMB 28
627,176 627,176 0000000000000000000d22bdef2b4a34b3d2a0c7843fd60c118bb46cc405375e 2,942 1.00/1.00 vMB 37
627,175 627,175 0000000000000000000bf2be2125f5c77762808b0a15b558974de25cd1ceb202 2,936 1.00/1.00 vMB 31
627,174 627,174 00000000000000000002c3451f47c28f7e6e9a853c68e41b089617b98e9204c0 2,712 1.00/1.00 vMB 19
627,173 627,173 0000000000000000000004cc41a72cb708256b4547f6c54613c3b2a55e485761 2,841 1.00/1.00 vMB 38
627,172 627,172 000000000000000000076c87dccb691973cb0b033db19e3c4bde9897ea6d7730 2,855 1.00/1.00 vMB 29
627,171 627,171 0000000000000000000be34c49ff9e9a0f82bbb1d1d95646fc739c32d1ad5dc0 3,034 1.00/1.00 vMB 27
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.24 GB
    • Received: 15.89 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.