Loading Tool

Explorer IconExplorer

Memory Pool

73,351 transactions
27.10 vMB
0.06192178 BTC
Random Selection Loading Transactions
Max Size: 165.51/200 MB

Candidate Block

Mining Attempt 7b8d0b3c16574d9d7d30a56d2c7d4a8510d849a5a0ea8fec4767f4fedb2f069a
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root d073b325bd9b5ddba617b1f032f56e7035fd2678bbbe6a3472f23a98429f710c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,664
Size: 1.00 vMB
Total Fees: 0.00436737 BTC
Feerates: 40.21 > 0.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (538,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
376,856 376,856 00000000000000000e2e7d48c08ab38b25e85b1af1377d0dc1155ec819bd5e89 813 0.42/1.00 vMB 34
376,855 376,855 00000000000000000914960dd1c1f271f8f829ea25e448fc32a770f4180fafbc 438 0.37/1.00 vMB 18
376,854 376,854 000000000000000003c2bdc48074113ac366773d51583cea2c3356550a61bc24 1,870 0.75/1.00 vMB 45
376,853 376,853 00000000000000000e9ee74f876e52f1f36c48e46f535a5cb202114e2e8e8ee0 1,025 0.54/1.00 vMB 37
376,852 376,852 00000000000000000e914c978adf1daa49d56b4d1ef68c388422e844635accc3 152 0.13/1.00 vMB 10
376,851 376,851 000000000000000002214841de4c9892b2dfc4e6aecae4390d68a0f68e00199b 1,428 0.73/1.00 vMB 33
376,850 376,850 0000000000000000037bf60805920f40b1b9f662901d30f7298edeb5c2781c09 261 0.20/1.00 vMB 35
376,849 376,849 00000000000000000c5accae71ac5a680d85fe6c6eaf44b0bcfd7b4d3cda0c2b 357 0.24/1.00 vMB 32
376,848 376,848 0000000000000000041c73ca30f5398ff9a5c3aacf58b41a72f6130dadd11011 823 0.49/1.00 vMB 36
376,847 376,847 000000000000000001c3394630565b3e9cb559b57230a612e7665eecbcac7e2c 192 0.12/1.00 vMB 24
376,846 376,846 000000000000000000a6a6c08bdeafb6325232762cb3a0e3e2af5d2dbb3a95ad 510 0.25/1.00 vMB 39
376,845 376,845 000000000000000009420f929d234cce70a1adf165631edac864bf569d7322a8 666 0.71/1.00 vMB 13
376,844 376,844 00000000000000000299da645b0d6d3d8566a58e6e0dcf3618b06f5875e04223 995 0.52/1.00 vMB 35
376,843 376,843 00000000000000000a4eed10d803cebf91f4b6e3f838e802c287f5b6270176b2 1,290 1.00/1.00 vMB 22
376,842 376,842 000000000000000012661bec8057131c04ffb9459c47d6f77ae1467a1c18b3b8 2,561 1.00/1.00 vMB 52
376,841 376,841 00000000000000000189574153c5bac75cff912fe8b8fbcdb0c32e7784f3d9a5 752 0.78/1.00 vMB 22
376,840 376,840 000000000000000006208b8e84e2fa1518a8b92cb5cc892bd1be9f0adc226a98 1,481 1.00/1.00 vMB 24
376,839 376,839 00000000000000000baf1ca9afb99a4171641a0ed1505c66ea4d14f64f73322f 2,299 1.00/1.00 vMB 57
376,838 376,838 000000000000000005357d8058f50009cd61d3c71348dde1e6b53b9f7cd0ba4c 1,689 0.58/1.00 vMB 52
376,837 376,837 00000000000000000a2414831e81ba016912cd70d449e10f31e33bc77a161710 1 0.00/1.00 vMB 0
376,836 376,836 00000000000000000486bb7a710406a7972a9922fa2271700bad076e5741a2fd 1,241 0.79/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.94 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: 714.89 GB
    • Received: 17.61 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.