Loading Tool

Explorer IconExplorer

Memory Pool

83,047 transactions
30.83 vMB
0.08902806 BTC
Random Selection Loading Transactions
Max Size: 186.03/200 MB

Candidate Block

Mining Attempt 4bf620582a523c607b8f6e2aacface2e8e94a5f0e897711d23d769513227de0e
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 4e83ab29318a1e5af4ea57f5807cbf032baf5700b4d435cb89a3c39d1d16d308
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,610
Size: 1.00 vMB
Total Fees: 0.02287831 BTC
Feerates: 114.51 > 2.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (255,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,034 659,034 00000000000000000000b6b357e08153d8e3b9d2613d7495792a24b9bb7c6878 2,273 1.00/1.00 vMB 35
659,033 659,033 00000000000000000005945eff14fe361f2e456c8a33ca4f747e0619e33ae195 2,476 1.00/1.00 vMB 33
659,032 659,032 0000000000000000000e13bab6d602906b63aab0ef4365a5ee06075d8a514db5 824 1.00/1.00 vMB 11
659,031 659,031 00000000000000000002ae049e1e464cf53450ba3cb7e5d06c9dacc0d6f255f3 1,363 1.00/1.00 vMB 16
659,030 659,030 0000000000000000000bc5d98c47db5aaea3949903a4e5c28612e4cc200e0390 925 1.00/1.00 vMB 14
659,029 659,029 000000000000000000059699148b1b2c8fdb071124bfc338064b191cca305047 301 1.00/1.00 vMB 1
659,028 659,028 00000000000000000001d28ff1cf04c7279b0a9ae82c06c180498a6f39ea516a 1,112 1.00/1.00 vMB 7
659,027 659,027 0000000000000000000e3d87cc877a152da0d6d61cf5844270d1cdc4ac838254 2,184 1.00/1.00 vMB 47
659,026 659,026 0000000000000000000f057c39769f50fe8b7ef921faf653378df24628aedaa7 702 1.00/1.00 vMB 10
659,025 659,025 000000000000000000003e139c3eff88865b7438f4ade5d1409746ecd56f107d 932 1.00/1.00 vMB 10
659,024 659,024 0000000000000000000d3d170f7d4df2cf5c120d74e0969d068d60165f24a934 1,601 1.00/1.00 vMB 23
659,023 659,023 00000000000000000008e5692c8f698c3ab736f87f21b0acdbc8876d34e2f961 1,879 1.00/1.00 vMB 17
659,022 659,022 00000000000000000000af9418fa6cb3412ae9f458e328e8a0410c4c2c5f84fa 1,789 1.00/1.00 vMB 81
659,021 659,021 00000000000000000004721145024713e9530cdf7bcdeaea5ace038c489ea78a 1,077 1.00/1.00 vMB 17
659,020 659,020 0000000000000000000b1ef130ea5a0243530ab1c41115cfd587a210a052979b 1,767 1.00/1.00 vMB 27
659,019 659,019 000000000000000000001e44c80ecf70134cd16d0aa8f1c4533bb2748c3baa55 1,295 1.00/1.00 vMB 17
659,018 659,018 0000000000000000000f894e320791cbe4004daf5ff635341ff9efb1eb052d9e 1,929 1.00/1.00 vMB 26
659,017 659,017 0000000000000000000ce280bcbb06f8fdfd45f2a635a07ebfea6aed54a848fa 2,533 1.00/1.00 vMB 67
659,016 659,016 0000000000000000000a013f458e6fa911e6d58ac1b261ea419a8b4ff8e6449d 1,567 1.00/1.00 vMB 47
659,015 659,015 0000000000000000000df46a7663c2c1bf0b9648048fa5364ca07f108745fd4d 426 1.00/1.00 vMB 6
659,014 659,014 0000000000000000000a94adcb13daeff3b67b574744a959ef8a2a83eb826c62 1,812 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.34 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: 661.56 GB
    • Received: 14.82 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.