Loading Tool

Explorer IconExplorer

Memory Pool

31,224 transactions
23.20 vMB
0.03729690 BTC
Random Selection Loading Transactions
Max Size: 128.03/200 MB

Candidate Block

Mining Attempt 3301652b9f6696686b90dd83e9e661458507366d46816f445feba30fa31039e9
Version 20000000
Previous Block 00000000000000000001228ae0742e94e130fcbd0ee69194272bc3e2ec1a98f4
Merkle Root b3f2b026d57dd337c09258fc1e58989eed78d4790fddeca0f7649e6945a489fe
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,439
Size: 1.00 vMB
Total Fees: 0.01106388 BTC
Feerates: 175.94 > 1.11 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,178 (42 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,136 941,136 00000000000000000001cb98f199a1e312134b181303b1a0b1e48d7e3015da12 4,222 1.00/1.00 vMB 0
941,135 941,135 0000000000000000000075364ceb437c9afe3c2e70d577b0afb7425b67a5045c 3,725 1.00/1.00 vMB 1
941,134 941,134 000000000000000000014cb40384b19a1449956ce245ad5aebc45dd941a4845b 4,168 1.00/1.00 vMB 1
941,133 941,133 000000000000000000012f4c4eec5127515363917b55a7f65244b09c28d80ef1 5,147 1.00/1.00 vMB 0
941,132 941,132 00000000000000000000d6da69f19a4545ca3a95843a7ee4c8118cc2bc3d0523 3,584 1.00/1.00 vMB 1
941,131 941,131 00000000000000000001d9565a7412e8e6f2190cd3ca8cc1bc4acc5bac037bb3 1,236 0.38/1.00 vMB 2
941,130 941,130 000000000000000000010be5f5a971fdc9a046022a50dca25de8e3a793c47c34 3,646 1.00/1.00 vMB 1
941,129 941,129 000000000000000000009d07ddb8671bd93711d0631b4b0297b3ae8bdfe29791 5,053 1.00/1.00 vMB 0
941,128 941,128 000000000000000000014fb59908fb4dc1697840ced4c6f7d5b86f6e4560fe82 4,016 1.00/1.00 vMB 0
941,127 941,127 000000000000000000008e47633843f84dbd0dde19eda90c61e476e271b0eb5e 3,691 1.00/1.00 vMB 1
941,126 941,126 00000000000000000001480dbdaaaa2c26ad71b4519dde50fa7b6ca4a4b56e08 3,470 1.00/1.00 vMB 3
941,125 941,125 00000000000000000001652e5075b133a0fbe71b4f0d592c8a1e750299b0aaa2 4,426 1.00/1.00 vMB 1
941,124 941,124 000000000000000000018cc9ed58316d167772115b692feb42d37b7512912502 4,858 1.00/1.00 vMB 0
941,123 941,123 00000000000000000000c3c1258a939e4357e6e368e95baae8a6ca79cf1f74ea 4,835 1.00/1.00 vMB 0
941,122 941,122 00000000000000000001672d77b82f33a1f38b71cce0d6734e292d197ee2b10b 172 0.06/1.00 vMB 1
941,121 941,121 00000000000000000000141c53ae317a57cd0b75b9eedc0b78b687e121a0490b 2,015 0.59/1.00 vMB 2
941,120 941,120 00000000000000000000aaff1bed3f48701f90fddf8595254a0850c7ba76fce5 4,182 1.00/1.00 vMB 1
941,119 941,119 000000000000000000002fa3a9d3beb0d6234e02fc841bd97c8dc35e7dfaa4ea 4,215 1.00/1.00 vMB 1
941,118 941,118 00000000000000000000ade305d153581c09f2444e4a064b4cb5a660bbc872e2 4,296 1.00/1.00 vMB 1
941,117 941,117 00000000000000000000144c80b7527621c958ffd57eb53aeb4910c68b71eef8 1,232 0.52/1.00 vMB 1
941,116 941,116 000000000000000000018b0fda0ceadcbb10dc8f5257af4a9d0aa2c37860ae75 3,715 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 828.87 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: 4,620.53 GB
    • Received: 249.31 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.