Loading Tool

Explorer IconExplorer

Memory Pool

79,123 transactions
29.10 vMB
0.07094531 BTC
Random Selection Loading Transactions
Max Size: 176.92/200 MB

Candidate Block

Mining Attempt 58110e7ae4990bfba9ff2e91e33018af928e763d22315ff04b458a0f9732788a
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root 7b837b04e350188d94e1c384c370e0b34d5bc9607e4b58bca329ac00d14888f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,760
Size: 1.00 vMB
Total Fees: 0.00996494 BTC
Feerates: 74.86 > 1.00 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (460,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,915 454,915 0000000000000000008718733cd3bb75d45a0cdcec4f8db7bc69e6f869e6ee03 2,317 0.99/1.00 vMB 130
454,914 454,914 000000000000000001de0b7d98224612cf11d3ac215caec9f51463715ae9c576 2,057 1.00/1.00 vMB 117
454,913 454,913 000000000000000001e408d0ec106fc504c57bca9a4940205b43ba15b27e9278 2,071 1.00/1.00 vMB 125
454,912 454,912 000000000000000000c310241381396e02da82a7135d78052d1c21872f503822 1,882 1.00/1.00 vMB 84
454,911 454,911 0000000000000000016b946b2479fa88ffd0ac4306a97bed8bd3ee2232786af3 2,646 1.00/1.00 vMB 140
454,910 454,910 0000000000000000006ba9f32a1aab75c935b04ac5a296cc5be4d519fb6a6e0c 2,286 1.00/1.00 vMB 117
454,909 454,909 000000000000000000724891aade321b403cb54ee40c4d5a9964a77beca639d2 1,924 1.00/1.00 vMB 119
454,908 454,908 000000000000000001a047dd136bd694e6c7c252fdfab95077e1238538729121 2,507 1.00/1.00 vMB 143
454,907 454,907 000000000000000001e3ebdc70737fdb2e523baf20db376adcd0ea39849c7948 1,951 1.00/1.00 vMB 131
454,906 454,906 000000000000000000e0c13fe7e58017c5390aa560e7bfae9ca59adcb32b8cb9 2,637 1.00/1.00 vMB 136
454,905 454,905 000000000000000000fbc1b90deb379f7600a8d72033eef1d2114a12d55d573a 2,643 1.00/1.00 vMB 145
454,904 454,904 0000000000000000027e75ced5ad5f9c39c6c4465e294f3b0cc6e7519ea42e65 1,912 1.00/1.00 vMB 137
454,903 454,903 000000000000000001b6f4c61863baecc662e8ba2a1bbef0ec290b1038ebc286 2,734 1.00/1.00 vMB 163
454,902 454,902 00000000000000000046cc3729e1a3bed8361c6b4a12d6b74cb8629b3e6c4a8d 2,534 1.00/1.00 vMB 147
454,901 454,901 000000000000000001062b060eb6b5ae5242852f7c3126980901155f3d7f0fac 83 0.13/1.00 vMB 25
454,900 454,900 000000000000000000c27a66742c2d20d728f6735177fcdb0b4e6e562c85db0f 1,067 1.00/1.00 vMB 47
454,899 454,899 0000000000000000012c6b7703d2d27507a9ef369790a251e8a67336705ea15b 636 1.00/1.00 vMB 37
454,898 454,898 000000000000000000a8d87992c91d7c820615ac9d290d0446f8b085d4ebc4b6 2,037 0.93/1.00 vMB 117
454,897 454,897 0000000000000000010f59273f331944c3a77e616f63825f1cd09206dbf504cd 919 1.00/1.00 vMB 37
454,896 454,896 0000000000000000014e66c022fef1c4e5f580fb4572bcfe74e3004cf505f0c7 1,982 1.00/1.00 vMB 105
454,895 454,895 0000000000000000015b8693a5e5029e0b9cacc2e84040625d0bdc934bd85179 2,612 1.00/1.00 vMB 140
Previous 10 blocks ↓
Total Size: 782.54 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: 669.10 GB
    • Received: 15.73 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.