Loading Tool

Explorer IconExplorer

Memory Pool

80,437 transactions
30.18 vMB
0.07414361 BTC
Random Selection Loading Transactions
Max Size: 184.96/200 MB

Candidate Block

Mining Attempt ce59a7ba90365acb7f9fe45f6d172613eb3fd0a554473bb72d81758f4b5626da
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root 4e94ecc450f8d346aafb44febb88e845df4fc7f702bf10ef544d5902e5ecb603
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,665
Size: 1.00 vMB
Total Fees: 0.00688007 BTC
Feerates: 40.21 > 0.69 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (483,119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,239 432,239 0000000000000000007dfeaa330da1f667f7ed9c6dc109a8d3bf4fdd5f585be3 2,693 1.00/1.00 vMB 72
432,238 432,238 000000000000000003350c59baa164d685403ce053f237934fa1da2eefbf758f 2,143 1.00/1.00 vMB 64
432,237 432,237 0000000000000000034cb108c2c943dc53866a16a900d2203adbfbdf202dbe4a 1,811 1.00/1.00 vMB 38
432,236 432,236 00000000000000000392ebb8845bd8359e9e72d8bb1adca7bab16b95890a279e 1,811 1.00/1.00 vMB 42
432,235 432,235 000000000000000001fba31fc4e3359c3da61c0d2e9ba07f21cce8accd92ef45 2,261 1.00/1.00 vMB 52
432,234 432,234 0000000000000000045dc8b5bc504c0a3ca8d7bf383775fb59cede0cf807ff6b 2,486 1.00/1.00 vMB 61
432,233 432,233 0000000000000000024479d14268bb5bb0b727e07efd3a645aed769fca6e1484 1,632 1.00/1.00 vMB 53
432,232 432,232 00000000000000000166fe99953296e2183744b1f40bbe1d04ad6cb0cc0b6a76 2,555 1.00/1.00 vMB 72
432,231 432,231 0000000000000000016aeffb436a931958ef721ca60a53813ec7d3dbe6aaac17 2,523 1.00/1.00 vMB 67
432,230 432,230 000000000000000000e149f79d9f366491c5f08f5b19e9ab4c0c5819953e50c5 2,582 1.00/1.00 vMB 68
432,229 432,229 00000000000000000263136685a231cb3a528bbf77a2be41f8bc1b563d6280f6 2,779 1.00/1.00 vMB 84
432,228 432,228 0000000000000000036179c50f679b86543348dd2cf742123042651ae3088026 2,050 1.00/1.00 vMB 99
432,227 432,227 00000000000000000033434b10f0feec8aecaaebbd1d8d629b24fdef97fbfb98 2,426 1.00/1.00 vMB 61
432,226 432,226 000000000000000000849ef359f31fcd01f1901efbca89ec5dfad8798e76ed6d 2,425 1.00/1.00 vMB 72
432,225 432,225 0000000000000000014ed229a2b61c506a4d8529681a39698f258ddea89709f3 1,611 1.00/1.00 vMB 30
432,224 432,224 000000000000000002eea7983d871b23fe32d6de923df6466d106724edb1e084 2,505 1.00/1.00 vMB 59
432,223 432,223 00000000000000000436c0d7300f8a8f6874d075deb7e9617eded89adc9cb2d5 2,435 1.00/1.00 vMB 81
432,222 432,222 000000000000000002551fb6b50854925284133b88fe5e9d25a6da42d9cbb5cb 2,277 1.00/1.00 vMB 51
432,221 432,221 0000000000000000018d3101a85a08de0f85ae4370d7addb68be06d42b8ca7df 2,595 1.00/1.00 vMB 62
432,220 432,220 0000000000000000031a9ae8ec42b31e03b3f4037e784ee5326c9704ca0ed93d 2,860 1.00/1.00 vMB 88
432,219 432,219 00000000000000000257da8f263b54181cb9b3e0eabb209b0084903434443b53 2,058 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 783.01 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: 718.89 GB
    • Received: 17.99 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.