Loading Tool

Explorer IconExplorer

Memory Pool

43,822 transactions
27.14 vMB
0.07533633 BTC
Random Selection Loading Transactions
Max Size: 141.70/200 MB

Candidate Block

Mining Attempt 6c0c5e62c08b90e26b9afc0b80c4f3a07da1e78832e0e68d1306d3a4a28e0abd
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root a5c4ff1707579f7f4aa6ec84479e4309430a1b5aca6cfb9bcf112ffde016a72d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,877
Size: 1.00 vMB
Total Fees: 0.02392427 BTC
Feerates: 150.77 > 2.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (410,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,525 504,525 0000000000000000003651f46bb3e557d826beb276b97daad6c381494e6e5e10 2,186 1.00/1.00 vMB 440
504,524 504,524 0000000000000000001b387e322d3a06bf94be4be73e2f2273074fe3a67178ee 2,639 1.00/1.00 vMB 398
504,523 504,523 0000000000000000004bb78a14d974d75bc7110a06c3c67961e89392580f26db 2,148 1.00/1.00 vMB 476
504,522 504,522 00000000000000000077a7ea774701f8dcd7476d5ab164f7c1451493fee9a2ae 1,546 1.00/1.00 vMB 229
504,521 504,521 0000000000000000003a85c18f90887af60d5a36a3de38aa73b3f22f06e8a8c6 2,013 1.00/1.00 vMB 397
504,520 504,520 0000000000000000000689f33268738fc0baaae4e3a44e6e874701a35c6db6b0 2,101 1.00/1.00 vMB 508
504,519 504,519 00000000000000000058d414cec74dcf07487ad610cad1629be451fa8a085172 2,863 1.00/1.00 vMB 471
504,518 504,518 000000000000000000634b6cbd328d15532643b8635820365ec8ade3f7a53159 2,652 1.00/1.00 vMB 528
504,517 504,517 00000000000000000073df65fae9105751b2b7708efca2a082115c6ac795bf6f 1,399 1.00/1.00 vMB 249
504,516 504,516 000000000000000000165276df8b19ca717d67e235255a073942d7ede134b64c 1,197 1.00/1.00 vMB 180
504,515 504,515 0000000000000000001532faa050ce3e1353870ffdea44d03c825577fe3fff53 1,543 1.00/1.00 vMB 252
504,514 504,514 0000000000000000002e4c13ef024e0e5a90d654e9fa2b4c2507b4375f4f830e 2,606 1.00/1.00 vMB 498
504,513 504,513 00000000000000000053a0b86dc51cdccd961f31c7760cd1250d88bf210f8fc6 1,917 1.00/1.00 vMB 360
504,512 504,512 0000000000000000001f556377c02ed06eace41ee19b698f519ae451056b1b99 1,735 1.00/1.00 vMB 247
504,511 504,511 000000000000000000314ebeeb7f20f268a2c524ee29c1feaf9765045beee93a 905 1.00/1.00 vMB 269
504,510 504,510 00000000000000000013b472ad29f0ad17ca39c7988986b37461b14beb3eab23 1,870 1.00/1.00 vMB 269
504,509 504,509 00000000000000000056290fec65fd23e06c8b74fcd1bb4391b7a89d5769305e 1,905 1.00/1.00 vMB 427
504,508 504,508 00000000000000000000ef4546aa28f32c703a3c19a146e99fa5b7505832d15b 1,551 1.00/1.00 vMB 278
504,507 504,507 0000000000000000002bc6f5adcde7bfa987d3a961fc47c89f5da577a514d4fe 1,670 1.00/1.00 vMB 256
504,506 504,506 0000000000000000001bd03234d15750c0bf20ae835d651657998136e035fc6d 1,311 1.00/1.00 vMB 336
504,505 504,505 000000000000000000075372b07300dd2a0437a6dc644731665f58ebac97f90a 2,114 1.00/1.00 vMB 497
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 13.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.