Loading Tool

Explorer IconExplorer

Memory Pool

77,205 transactions
28.69 vMB
0.09460013 BTC
Random Selection Loading Transactions
Max Size: 173.94/200 MB

Candidate Block

Mining Attempt fbd0e529d0159417bde6ae42c2cbf3f862af91f89111d3e6bb35353d9122d62c
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root b63ce72e6ec0cc9c30c94a1e9a80d28d5fd44cadc284a3d3ad8c66ed698964db
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,440
Size: 1.00 vMB
Total Fees: 0.03506752 BTC
Feerates: 101.64 > 3.51 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (357,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,101 558,101 000000000000000000184fd839a85943555aedea586f968bb3a8b3a7ab552858 2,237 1.00/1.00 vMB 19
558,100 558,100 0000000000000000001b237c9aeb7e4c1d074462ce219b52f36bfc6589f1a348 1,854 1.00/1.00 vMB 12
558,099 558,099 0000000000000000002fda71d8a4d92b0364a4911711a2ebc868e099af5ce993 1,740 1.00/1.00 vMB 16
558,098 558,098 0000000000000000000b40ed691b85df55cc18c5ab0fe2bbf06ec16283d8218d 2,401 1.00/1.00 vMB 24
558,097 558,097 00000000000000000017c5efcd416551267a21fc1a497218f37f1eb18c5e426b 2,395 1.00/1.00 vMB 25
558,096 558,096 00000000000000000021f82472422161e9aee0195e869cfac5c4c8b96a72f4f4 2,745 1.00/1.00 vMB 22
558,095 558,095 000000000000000000186b6f81c22591db0a539eec926104d9997a043bbab4ad 2,062 1.00/1.00 vMB 11
558,094 558,094 0000000000000000001d830a48e9530f51042162ee6d154b4c9470c1ab1e12ca 2,845 1.00/1.00 vMB 17
558,093 558,093 0000000000000000001f47127da7446cb088ac4356ddf5faae7f0e9ef5a4ea3c 2,064 1.00/1.00 vMB 13
558,092 558,092 000000000000000000123a159f9447ba53620abf0a3dc791c86362ddd5333012 3,062 1.00/1.00 vMB 39
558,091 558,091 0000000000000000000822c44e20f89ae7a345fca1e0b3aa9804970bfa5dfab8 3,137 1.00/1.00 vMB 33
558,090 558,090 000000000000000000075a031c5d63e654bd3b366b13c843c065a8ae29edd0a7 2,383 1.00/1.00 vMB 19
558,089 558,089 0000000000000000000ed1fb752e02e7daa9dfca2aef30c00fb3c5865c14c6d4 3,451 1.00/1.00 vMB 39
558,088 558,088 00000000000000000003ca130c195e52e813ab9a37b96a2313ee91a4b6c94991 2,558 1.00/1.00 vMB 29
558,087 558,087 0000000000000000000b8845c42256280d2b538c6473c94a6efbfaab69fa90ee 2,289 1.00/1.00 vMB 37
558,086 558,086 00000000000000000028f2b4b1ce7f7d771981e4bde7459cd362d6f373f4c346 2,646 1.00/1.00 vMB 67
558,085 558,085 0000000000000000002a497dd91189422c6eeb166ce9f62c6b732fbd5e4d5a89 2,714 1.00/1.00 vMB 20
558,084 558,084 00000000000000000007408eed685d00a50c912cf680685c1b9c05ea1d1162e0 2,268 1.00/1.00 vMB 30
558,083 558,083 00000000000000000020f773d87c3e8adabf17009fd052bfc1b8b021e43f46ad 1,515 1.00/1.00 vMB 43
558,082 558,082 000000000000000000077ca0f7554092ef0c1bbe1b45e5a085a4b976ee473821 1,403 1.00/1.00 vMB 60
558,081 558,081 000000000000000000054c566eb19dcf65c2fd00ba7e22391eb0affab04f306f 765 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.59 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: 671.59 GB
    • Received: 15.96 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.