Loading Tool

Explorer IconExplorer

Memory Pool

41,779 transactions
27.45 vMB
0.13320122 BTC
Random Selection Loading Transactions
Max Size: 141.86/200 MB

Candidate Block

Mining Attempt 7bae2d17d691bdf5459637e73d7c601ea6fb2ce360e2fabf5ab5166298f5727b
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 01efa2294be4158358785d421061f0f7e867598fbc6f84ec27123b6867402245
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,741
Size: 1.00 vMB
Total Fees: 0.05128417 BTC
Feerates: 150.71 > 5.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (415,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,679 499,679 00000000000000000012c5ef5592cff18ee12a3717568245286ce146f7924d10 2,231 1.00/1.00 vMB 211
499,678 499,678 0000000000000000004987ecca4e47c992feff5c20d499dd6730faf3ac6611e1 2,722 1.00/1.00 vMB 347
499,677 499,677 000000000000000000670a02cc51626bde26d83d46ff98d06791785e96f36195 2,308 1.00/1.00 vMB 440
499,676 499,676 00000000000000000004ee9ace32f3e7a0477b52d4487f6b1d85db05c8f38f07 2,656 1.00/1.00 vMB 429
499,675 499,675 0000000000000000008fefa8a8ed285d43a16b26fcac7c371272a880fa6d62a0 2,717 1.00/1.00 vMB 312
499,674 499,674 0000000000000000007a7ca8e81f5efeb41148d198d1d2bbb77493b0b31143f2 2,448 1.00/1.00 vMB 268
499,673 499,673 0000000000000000006a1f2318d6e5f3f6256dbab5566bc86d3a3649bb240484 1,963 1.00/1.00 vMB 212
499,672 499,672 0000000000000000004677ee15f37c2186666c666b98760dc48ec2aefafb9760 1,582 1.00/1.00 vMB 174
499,671 499,671 00000000000000000055bd249bfb282fe2da358015f8a151656d38ce5dff2f14 2,144 1.00/1.00 vMB 264
499,670 499,670 0000000000000000004591a8b3f5c4a16eb91da339dfa094ad4fc23665493b88 1,439 1.00/1.00 vMB 188
499,669 499,669 00000000000000000020b1be4738fec9199d7ccb522b608166fc5d3ab7574113 2,282 1.00/1.00 vMB 225
499,668 499,668 0000000000000000008b9b73301dbe5f244c9c18fe711e27c1310e25b9b65ece 2,741 1.00/1.00 vMB 389
499,667 499,667 000000000000000000793afe359f4f7bd5cc6b1afb18afd9e8a0759b0342745f 2,227 1.00/1.00 vMB 447
499,666 499,666 0000000000000000003d54f4afd7c584ad401e726f73a99ddb713ef87fc6f5aa 2,440 1.00/1.00 vMB 264
499,665 499,665 000000000000000000545a109b7630c2e3b5f5decb6d2cbebf61b7867ab05836 2,643 1.00/1.00 vMB 329
499,664 499,664 0000000000000000007891de6b4340904e64148310c985862d8a9962b56e809e 2,636 1.00/1.00 vMB 369
499,663 499,663 000000000000000000a8d99652a34106c278e35493428792cf3b07d42145a15a 2,685 1.00/1.00 vMB 364
499,662 499,662 00000000000000000013a481358383c1af24facdfcf1772cce64b3207b988d71 1,251 1.00/1.00 vMB 116
499,661 499,661 000000000000000000893789cbb172de2b19bc6735d9395813d84c7ff409a72b 2,242 1.00/1.00 vMB 291
499,660 499,660 0000000000000000009fd25eaf6245cd8a0a8869bbe28145f39e4de14dd62825 1,660 1.00/1.00 vMB 173
499,659 499,659 0000000000000000005bd3de0386b9c24f92e363a04da33b6b6ac7450997f4aa 3,057 1.00/1.00 vMB 421
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: 643.24 GB
    • Received: 12.58 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.