Loading Tool

Explorer IconExplorer

Memory Pool

44,335 transactions
28.07 vMB
0.07112222 BTC
Random Selection Loading Transactions
Max Size: 147.43/200 MB

Candidate Block

Mining Attempt 4e28d750b84dbcdcc6c64aa7f6ee79d4940e664d41db34e7113dbb1a9ac85454
Version 20000000
Previous Block 00000000000000000000dfa26ff962d9143c4fb2732d130388a1170ffbb09acd
Merkle Root ea58dae4600b28d907c5ac3465058f15862de8268ae034bf44dd8a1ed16d6620
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,041
Size: 1.00 vMB
Total Fees: 0.01702651 BTC
Feerates: 477.45 > 1.71 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,257 (799,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,550 114,550 00000000000024e6131d0dd3dd3a6490b67dd88cb6873b9a1b652be7eb32c46e 12 0.00/1.00 vMB 0
114,549 114,549 00000000000034189403c88a1b12c409231f8f742e38187f0bee1ce3100645ef 7 0.02/1.00 vMB 1,234
114,548 114,548 0000000000000c3dbc1cb978b40c1a8b2fb223a5c80c64046fd89b9c5a8e8921 10 0.00/1.00 vMB 0
114,547 114,547 0000000000005d5e0153c7ec094d65d4ac011900d47e565fcc7324371b76067a 15 0.01/1.00 vMB 0
114,546 114,546 00000000000056c1e9b263d41f745bb708311cb3252b2792b7ac2f0378d56e1b 51 0.01/1.00 vMB 3,782
114,545 114,545 0000000000002fba7cfdbc169972c3d90f114721f5a58e798dd9844dbafefb18 10 0.00/1.00 vMB 0
114,544 114,544 0000000000004d460ecdcbc31e78a55afc86b4d7fa52b9034bf0a06cf908b8c3 58 0.02/1.00 vMB 247
114,543 114,543 00000000000054b989fd86e42b0bcfe5a8286b65df0eca1e6e838833106f50f1 7 0.00/1.00 vMB 350
114,542 114,542 00000000000066f018163b8682f9d943d9685e26e981a2de05b0117980136282 10 0.00/1.00 vMB 0
114,541 114,541 000000000000cd2a86b2f2e421114f3d3b6f182589faa2d0410763d4bf66c168 32 0.01/1.00 vMB 2,560
114,540 114,540 00000000000064f69e5d6abeb343fc0922b7c34eb16631998ea25f324aaadcaf 2 0.00/1.00 vMB 5,208
114,539 114,539 000000000000a68740152c5cd12b4a8a251a9808f87a0fcca8ffc9baef76ccbc 10 0.00/1.00 vMB 0
114,538 114,538 0000000000004d9446512dc3c6e33c09b0a8d48bc5fbec09098af2b2f78c8d18 21 0.01/1.00 vMB 161
114,537 114,537 000000000000809b955958b11164a3008b0ad7fd5e804575b18044451d2fcae8 3 0.00/1.00 vMB 3,868
114,536 114,536 0000000000007dc83b97dd03d8f6b75acb35ae9e7fe8cdece8db064f6dee480e 10 0.00/1.00 vMB 310
114,535 114,535 000000000000390e8ff17415729bcb0db05bcd4e2707c1b172350963f66439c4 1 0.00/1.00 vMB 0
114,534 114,534 000000000000dab56a6be3b2f5baa434c3ab25ddbe45346c93eecb1715a2faba 1 0.00/1.00 vMB 0
114,533 114,533 0000000000001d81d3f7ed799e413a10661115f7353d46a936cc2471fa7c9df4 41 0.01/1.00 vMB 0
114,532 114,532 0000000000000809e820526ac48875465a623b6e13aafb9b4e07a5dbb74e6192 31 0.01/1.00 vMB 3,704
114,531 114,531 000000000000d643aeeb1ca640a7737f67a8f9521d531cd4997a5cdb69154827 8 0.00/1.00 vMB 533
114,530 114,530 000000000000c58fc2ce1029ffb965b167ca53034aacd503a40fc315cb2b3aae 9 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 577.54 GB
    • Received: 8.60 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.