Loading Tool

Explorer IconExplorer

Memory Pool

73,688 transactions
28.13 vMB
0.09290769 BTC
Random Selection Loading Transactions
Max Size: 167.97/200 MB

Candidate Block

Mining Attempt 8a0c738ff509ea10136784c445720d31fe3c9a27d221fa3ee6a5e503c890e2df
Version 20000000
Previous Block 000000000000000000019979e8bdd87a31a1a1c2e73dff8378a4e0185b5ab60e
Merkle Root 57ab881c7c863a501ae43c67e7e5730405b895f2b58a150b27c4713b1a91b886
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,042
Size: 1.00 vMB
Total Fees: 0.02492196 BTC
Feerates: 151.12 > 2.50 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,536 (789,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,968 125,968 0000000000001b76df69a41d202ebfccb706d1c5882c73949adae81202de7189 12 0.00/1.00 vMB 1,060
125,967 125,967 000000000000425b22a957f2390b88cfcd31c9d7ce9fd59515129a0c8cf10699 14 0.00/1.00 vMB 930
125,966 125,966 00000000000032c2ef0ee19a5ec55e091023cf3304c161b4ae33e35195f4a2e1 13 0.00/1.00 vMB 1,460
125,965 125,965 0000000000004169dfc714b99ebe9d54fcc002c6f87c7bec1b63425c5532ff6a 12 0.00/1.00 vMB 572
125,964 125,964 000000000000383235c08d3894c81128ae574bf048cabb1fc2370d76ca60f6c2 1 0.00/1.00 vMB 0
125,963 125,963 00000000000025ec62489040142cfd22a15cdc9c1fe33d64616821c054b67b16 2 0.00/1.00 vMB 0
125,962 125,962 00000000000043c3559194066c6cf96eea96e2bea5abc399d1df9a78530e491b 49 0.02/1.00 vMB 539
125,961 125,961 000000000000264cfd0b3e04b848495985151fca1645ed83c1adcf7ded32681e 27 0.02/1.00 vMB 830
125,960 125,960 000000000000232a659432b96dd7b1616f99c9be35aebdab532b3914ade119a6 7 0.00/1.00 vMB 2,134
125,959 125,959 00000000000014b224a497a3e15b5d09c51a6a69173f9014e5d77a38770f7265 51 0.02/1.00 vMB 458
125,958 125,958 00000000000030844dd2b07622fca193276590496421efbbc2d6c8bbd30a31aa 11 0.00/1.00 vMB 953
125,957 125,957 0000000000001dd6133c039dc34aa53cc7552a742f91cb01c758c6ee6ca718ea 15 0.01/1.00 vMB 431
125,956 125,956 00000000000018235fa432a012cda8a916b76fa9fa1139d002d1976a03b4cb33 27 0.01/1.00 vMB 1,012
125,955 125,955 00000000000008d9084a363869b22ba370fcea376b2c4f434c1a426a661fb6b7 36 0.02/1.00 vMB 769
125,954 125,954 00000000000030482e85474dcf71300debcebf5a9cee8dee7b95713cdf73715f 35 0.02/1.00 vMB 62
125,953 125,953 0000000000002f2860cf32a7e5a0a79c684489b37b7490962dd62e496e877718 5 0.01/1.00 vMB 737
125,952 125,952 000000000000231af9138fc592e61695988c9e66524541a0fabc682d2490213a 8 0.00/1.00 vMB 484
125,951 125,951 00000000000017a0bf8ea91af6726c8a71dc7bd8e608313cfe07e718ce4d1831 18 0.01/1.00 vMB 1,287
125,950 125,950 00000000000036a1e43fb49a583823daea0b851855007fde07788180c0712c8e 65 0.02/1.00 vMB 2,282
125,949 125,949 00000000000008c455f94e2d15b562d50ddcc9f2a21bee4bf526fdb8865248a1 12 0.01/1.00 vMB 892
125,948 125,948 000000000000300fc5e7fa17f204d083e1f3c60e64a0cb8f5705b0e97e0b5445 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.32 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: 767.70 GB
    • Received: 19.45 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.