Loading Tool

Explorer IconExplorer

Memory Pool

48,421 transactions
27.99 vMB
0.08118693 BTC
Random Selection Loading Transactions
Max Size: 148.41/200 MB

Candidate Block

Mining Attempt 3eaeea67b19d0a4860412e1dbef70a9a98fbb206b3cca515f1884409c7c2666b
Version 20000000
Previous Block 0000000000000000000070963e62f689b9a0a61cf16bb36848f3ba4464fed9b1
Merkle Root 5d91090f3f2fdf48e2c39a39e00c7fd8efa2410b9d5204a994977f42ff1c6ab3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,784
Size: 1.00 vMB
Total Fees: 0.02537676 BTC
Feerates: 318.30 > 2.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,894 (406,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
508,060 508,060 0000000000000000005f3237bc831e5ed30f9386fccf98b500560ee0d21da5d4 2,049 1.00/1.00 vMB 102
508,059 508,059 00000000000000000002260e651f0e5c26ae9c4b2e5bd7103c6cef9d13a35462 1,615 1.00/1.00 vMB 40
508,058 508,058 00000000000000000013c8506916065c56fe861e58bb6a183f6b97b8c515841a 1,351 1.00/1.00 vMB 65
508,057 508,057 000000000000000000219bd66e019bd8a7b12254673bd6a44de7d859f7bb643a 1,941 1.00/1.00 vMB 124
508,056 508,056 0000000000000000005d09786860868e16b2e6605e905185769931972e47b25f 2,372 1.00/1.00 vMB 151
508,055 508,055 00000000000000000001533c6548bbf17329569dc4d9bd0e63e803dcc7e2a44c 1,327 1.00/1.00 vMB 136
508,054 508,054 000000000000000000511374e0188da3fcadfa393825ed656bef1af119059388 1,506 1.00/1.00 vMB 146
508,053 508,053 000000000000000000157d2597de1a6924e23dc3591b713d1957c2ddaa15dbde 1,921 1.00/1.00 vMB 32
508,052 508,052 0000000000000000003de7aa9ef9aece645d960b84f74ebdb283a7178498a16e 2,345 1.00/1.00 vMB 127
508,051 508,051 000000000000000000522c7df2dea8dd79344fd898c21bc24c0a26e3e30fc16b 1,847 1.00/1.00 vMB 118
508,050 508,050 0000000000000000000414852a52a9d6e805fc4f7770be4e2f3d578e3a349d6f 2,675 1.00/1.00 vMB 158
508,049 508,049 0000000000000000000f418af04e7b89673379703a8b92c027da33c97db3ffa4 1,706 1.00/1.00 vMB 107
508,048 508,048 00000000000000000016927e00db5c20181f5d5382b4b03d4ba4e97547cf1f83 1,208 0.99/1.00 vMB 68
508,047 508,047 0000000000000000005995483121a00373c327292eae57cbf7e0cb94422ebb49 598 1.00/1.00 vMB 10
508,046 508,046 0000000000000000005e02ece74fe61eea0f3440bc8c1a2901e713f96504382b 2,562 1.00/1.00 vMB 135
508,045 508,045 00000000000000000013ade3eaf0c4afd3e654adb424c43d70e8c59e04cb5a92 2,051 1.00/1.00 vMB 99
508,044 508,044 0000000000000000002d553da8c338809d9d224a4471960b85cccf8de2766da3 1,001 0.61/1.00 vMB 121
508,043 508,043 0000000000000000004ed10afdc34b5c75e9aed811c4728e283d6ce384f9a8c4 357 0.96/1.00 vMB 2
508,042 508,042 0000000000000000004b9d0d0be8a37d91a7725dabf8f504179a73242f74e38b 116 1.00/1.00 vMB 6
508,041 508,041 00000000000000000044484d59abbc3adbd44346df60162776480548d0949d9c 1,206 1.00/1.00 vMB 71
508,040 508,040 00000000000000000043c6fa2bae96a3c810e45cc660135d13700489d2993cc8 302 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.20 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: 654.04 GB
    • Received: 14.10 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.