Loading Tool

Explorer IconExplorer

Memory Pool

47,292 transactions
28.42 vMB
0.11259677 BTC
Random Selection Loading Transactions
Max Size: 148.77/200 MB

Candidate Block

Mining Attempt 105cba23107a6cb7f39acb097cd046c9a16ea33d76dcc018595d76b689a960f3
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 7647ba839986dbfba8b12bff76d3f690118c7ba530aa81de3b56042e46f40b35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,952
Size: 1.00 vMB
Total Fees: 0.04563229 BTC
Feerates: 150.77 > 4.57 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (580,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
334,325 334,325 00000000000000000378fb2400fe520c2da76e92e773cd6bf9242274e5a07a05 176 0.12/1.00 vMB 19
334,324 334,324 00000000000000000a927b145719302da42a18a967a8d9c74ac08e84d7a7f24d 328 0.18/1.00 vMB 26
334,323 334,323 000000000000000013a85a5f8bfa47cff7469b5a392c860c7a9c3856c130afc9 1,127 0.63/1.00 vMB 27
334,322 334,322 00000000000000000f6e1c212f6343b6da9dc9051220d20345de8e854e04d55e 284 0.22/1.00 vMB 18
334,321 334,321 000000000000000007801f02ef76917f4112bd6b9d2e1572bd1f5eaf0cd20971 594 0.35/1.00 vMB 27
334,320 334,320 00000000000000000f7faea27bdb61b53dd36a23e7f9a47858a910a172ec2bb8 100 0.07/1.00 vMB 6
334,319 334,319 00000000000000000079e50af196e4abd8d5575799e02fe54219baf9827d0c9f 742 0.43/1.00 vMB 24
334,318 334,318 000000000000000010a4db416826269d62be5c36745d4b40107578c42c7f73d4 454 0.31/1.00 vMB 24
334,317 334,317 000000000000000017a59cb676c3d3c7a78684916a99e494ff276cc590d9c832 902 0.75/1.00 vMB 16
334,316 334,316 00000000000000001129ae1e0311ace46a30eb08bc067815a2aa03197e7b78b3 536 0.75/1.00 vMB 14
334,315 334,315 00000000000000000567ca480f3d2b3c540bff027652d9f538a31d2225d9f800 1,356 0.75/1.00 vMB 24
334,314 334,314 000000000000000006b9c7ffd0e7c1b3d6cef5be5912fd1a81ac794885077582 319 0.75/1.00 vMB 12
334,313 334,313 000000000000000002bd325b4890a5f9427cb14a9605f984db02ec96a5497da3 1,574 0.75/1.00 vMB 31
334,312 334,312 000000000000000010f5baa5e341da38a74161f7aabc7033323c2739b7c6d799 638 0.75/1.00 vMB 17
334,311 334,311 000000000000000003a8d38b9fe6287a8e0b562610c06a0c1c1fa25f23b09f70 1,312 1.00/1.00 vMB 20
334,310 334,310 00000000000000000a808a4ee11e411aa7880707b31f784a3a2167e672ed8517 1,846 0.90/1.00 vMB 26
334,309 334,309 0000000000000000013256ca70d8e8ed29ce74a1b217c9178d4b78ee72d4fbff 1,144 0.35/1.00 vMB 46
334,308 334,308 000000000000000011b04ede6bb963a4f1fffa8585ac25dab1b6d6899fa93d5e 1,833 1.00/1.00 vMB 26
334,307 334,307 00000000000000000e23812be66d3bd9239d4dc97849e752a300ae07ee46d6b9 308 0.50/1.00 vMB 14
334,306 334,306 000000000000000014c8a8aa063e293c931340630be25b80aa24c44b6fc81330 242 0.35/1.00 vMB 15
334,305 334,305 000000000000000010a8652daeed4bf4cf6b22368763c4a19e5dcf00395104ee 1,475 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.18 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: 653.68 GB
    • Received: 14.01 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.