Loading Tool

Explorer IconExplorer

Memory Pool

52,075 transactions
30.36 vMB
0.26469212 BTC
Random Selection Loading Transactions
Max Size: 160.16/200 MB

Candidate Block

Mining Attempt 318b06b0ad3ecbda64a6356f41ae8f352b8c9f1fa02baa1f41723034e02dcd84
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root d28eba8350524131b3e2337eb1abc5ccc8c128c7d3a2dfa07853d48322225855
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,758
Size: 1.00 vMB
Total Fees: 0.08350406 BTC
Feerates: 229.15 > 8.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (88,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,588 826,588 00000000000000000003ff6ae7e476c9f42009516402b744d3c4671a041cf674 3,476 1.00/1.00 vMB 50
826,587 826,587 00000000000000000003d0ec1819e7a51c942f529fa90f1b666e4c35987179f0 3,577 1.00/1.00 vMB 79
826,586 826,586 000000000000000000028d3fbb476518cab0ff0f540a92568f735c5a88dd7153 4,664 1.00/1.00 vMB 57
826,585 826,585 0000000000000000000341ab7e44ff74535f811005072dd77acb63ab5b427663 4,553 1.00/1.00 vMB 50
826,584 826,584 00000000000000000003d9b4b8e125dbda11ac853dc65301237d6d0aa78c20f3 5,020 1.00/1.00 vMB 53
826,583 826,583 00000000000000000000e8900e4d8db11602b8ff436f60bff298d62c7fd7cf2e 3,763 1.00/1.00 vMB 71
826,582 826,582 00000000000000000000756e71eb3f6bf4e7a5224fa393e8bb1c2e47cf2b45f2 3,728 1.00/1.00 vMB 45
826,581 826,581 000000000000000000034caa04815fdfcc7bca313f22eb3d2043781de1f75529 3,731 1.00/1.00 vMB 50
826,580 826,580 00000000000000000003e4eff514ca80bbdb6238134dbf38f2f78a8eb6a61ce2 4,925 1.00/1.00 vMB 50
826,579 826,579 000000000000000000013143f75d38d7057232163a174c33e5492c10b230a665 3,903 1.00/1.00 vMB 62
826,578 826,578 000000000000000000010d69a50f1b091c37ec47cac89ddb4903937ec3939e93 3,357 1.00/1.00 vMB 83
826,577 826,577 000000000000000000014300ffaaaa1389b50269d1401b0b2397d9b2301dcfc1 4,620 1.00/1.00 vMB 52
826,576 826,576 00000000000000000003f997dd5e41c581d3f436263d75c6497e8b28166cfc55 4,571 1.00/1.00 vMB 64
826,575 826,575 00000000000000000003c566ecb0f46d72d64c0e326e06f7102b6871f66f4a9d 5,123 1.00/1.00 vMB 54
826,574 826,574 00000000000000000001de49291aeba82f98b095ccb335c6fe2e174db79a76bc 4,637 1.00/1.00 vMB 64
826,573 826,573 000000000000000000009e4d42c9e999579b74dea5c22ee1101f84cae682dd83 4,549 1.00/1.00 vMB 66
826,572 826,572 000000000000000000033d9093ae21bb7b421d54608d1b076474e0b7878ba19b 3,728 1.00/1.00 vMB 73
826,571 826,571 000000000000000000039e86c9bd0731c676b329f2540241e8f340d2a34acfd2 4,619 1.00/1.00 vMB 58
826,570 826,570 0000000000000000000079477310e33a777cc7c206f3330fa6fd4e97557cfe8d 4,257 1.00/1.00 vMB 52
826,569 826,569 0000000000000000000078c6be283cd49747f01c07ac8306e21a352fa79d06b1 3,676 1.00/1.00 vMB 70
826,568 826,568 00000000000000000003e7706348176dc3f365cefcde38bf8b8fe61820fa6683 4,386 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 781.87 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: 644.16 GB
    • Received: 12.61 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.