Loading Tool

Explorer IconExplorer

Memory Pool

84,247 transactions
31.41 vMB
0.09633036 BTC
Random Selection Loading Transactions
Max Size: 191.82/200 MB

Candidate Block

Mining Attempt b725af39179f52368784ddc7f5fb2002acf98ca3c0355caf3c1348b7ff774143
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root 13ebb100b82df5d6d474b1c9e290f2ed01a21b4c6763834de3ae132ecf2e9225
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,717
Size: 1.00 vMB
Total Fees: 0.02424252 BTC
Feerates: 150.77 > 2.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (422,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,142 493,142 00000000000000000049b1a137b7ebe714b38cd8ad0f51270cf5595fd0d6d403 2,120 0.93/1.00 vMB 165
493,141 493,141 00000000000000000085eb24b949237faa62b85b2469638e2f120a98cd19318b 1,691 1.00/1.00 vMB 121
493,140 493,140 000000000000000000b04ec3867f8722c26ddc715695a7bbd20e71253d0798e7 2,247 1.00/1.00 vMB 126
493,139 493,139 000000000000000000a339b5655b80d40d67537b6be5e2ef20009d8007bd7f06 2,692 1.00/1.00 vMB 241
493,138 493,138 000000000000000000acd36d61de9ae755cd5194c70de9da0ad91a5e4fcb72d0 2,093 1.00/1.00 vMB 141
493,137 493,137 0000000000000000000e194c4ba70bab730b3d5f2d24caaa203871997e07bc4e 2,306 1.00/1.00 vMB 205
493,136 493,136 000000000000000000549383c31254e28619c5a93ccb0e340f53094e88f7d824 3,281 1.00/1.00 vMB 290
493,135 493,135 0000000000000000004ceaf2d1a1774d5b612a6f2071a9a5b94c15da5bb3545c 2,050 0.98/1.00 vMB 69
493,134 493,134 00000000000000000061bea5f9f9b1411a6ae4fa378cd279167bd54c9125303f 2,079 1.00/1.00 vMB 128
493,133 493,133 0000000000000000009e975c240a621d30b10c79a534760a36f7039617d58409 1,329 1.00/1.00 vMB 39
493,132 493,132 00000000000000000077dbbe392bd191faf2968cd03485ab75170f9493945f60 1,584 1.00/1.00 vMB 61
493,131 493,131 000000000000000000bbc1fe82d5306b0769cca8eff2be79f943ba6c5b765089 1,954 1.00/1.00 vMB 120
493,130 493,130 00000000000000000074c1a77a045f4239f86ff6f23057262c4272826fe8ef6d 613 1.00/1.00 vMB 41
493,129 493,129 0000000000000000003f3c5acb5acbd057917a49f95ecc30c084a7d1477c5b44 1,391 0.96/1.00 vMB 95
493,128 493,128 000000000000000000ad7f9e9e33b6d55bb6fbceb692fb8568b6d5f13887b89c 1,243 0.94/1.00 vMB 88
493,127 493,127 000000000000000000709a22b94ed859646ced6de6bebf33454894658d16e4f6 1,454 1.00/1.00 vMB 127
493,126 493,126 00000000000000000035b3aeb39d040eb9c7b6f091d79e1b45a44c043e58c060 975 1.00/1.00 vMB 63
493,125 493,125 000000000000000000981ca450a1785f6613ab3b0f1f576cddafde8a2b2eb3ea 2,039 1.00/1.00 vMB 126
493,124 493,124 0000000000000000003b76db84b261b9858dd0e5f70c4c96bd61abf1cf8133b2 1,764 0.95/1.00 vMB 133
493,123 493,123 0000000000000000009fe88cf51c29fe15ab51c15ad35553f8bbe93dd959ef87 2,032 1.00/1.00 vMB 286
493,122 493,122 00000000000000000091fea0ed94e6e1227be8d46fed9387ae13bca2a0165472 2,102 1.00/1.00 vMB 207
Previous 10 blocks ↓
Total Size: 782.97 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: 716.11 GB
    • Received: 17.78 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.