Loading Tool

Explorer IconExplorer

Memory Pool

41,917 transactions
26.50 vMB
0.07125009 BTC
Random Selection Loading Transactions
Max Size: 137.97/200 MB

Candidate Block

Mining Attempt f841976b6d8d89f47b9200922a4bdde4dc461a825e43413a189e65a39ff64e5f
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root a45fb863d91136b4b657d7d7fd0af834e4254ad9248c4127b16c8fcadb61d44d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,825
Size: 1.00 vMB
Total Fees: 0.02254870 BTC
Feerates: 99.53 > 2.26 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (427,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,036 487,036 0000000000000000001e1736b1352ec64c0c80877b865265f1aceb106052073d 2,199 1.00/1.00 vMB 81
487,035 487,035 000000000000000000d8a18874b1a88536024707c0979cd02558c3e9e6ca871c 2,453 0.96/1.00 vMB 172
487,034 487,034 000000000000000000f8fa19aedffbf708efd8c0e8472ee6c2c01caabff52159 2,168 1.00/1.00 vMB 141
487,033 487,033 00000000000000000098d9f5d5e47435110dff9d44a3a6cb98aaf73627ac117e 1,805 0.99/1.00 vMB 196
487,032 487,032 000000000000000000944b01e1bd3b06ecbda20e808d71d532d73434f04b54b2 1,056 1.00/1.00 vMB 70
487,031 487,031 00000000000000000084cd416b508a84f1de86535095ae84f27c206c0d32f9c0 2,214 0.97/1.00 vMB 169
487,030 487,030 0000000000000000000b921f0f85bc59bb93f6ab166d4106170e0aa5a3108835 1,083 0.85/1.00 vMB 84
487,029 487,029 000000000000000000d9c7fcc7f36b5767eca7b1bcbc3828445c958b40f85560 355 0.47/1.00 vMB 23
487,028 487,028 0000000000000000003c658f61fb35545358b84d94fc60d3137309c28e3302fa 637 0.75/1.00 vMB 36
487,027 487,027 00000000000000000016d3c2357a39e9ff83085ce07ff468248d79f5e2550be7 1,212 0.61/1.00 vMB 113
487,026 487,026 000000000000000000f9eac51fea98ea437e99d768b2d11535cedea6c5080fe7 1,639 1.00/1.00 vMB 51
487,025 487,025 000000000000000000775d6c80f5474609bb7b88be563811cd411cbbf5f16404 2,090 1.00/1.00 vMB 15
487,024 487,024 0000000000000000001243c1f9764589553d4b8741fe1c05681637f0054122e8 2,004 1.00/1.00 vMB 124
487,023 487,023 0000000000000000009badc46603709faee5aead36f4c5edf70222312eca85a8 2,468 0.99/1.00 vMB 202
487,022 487,022 0000000000000000007ea0b3d626ed285d7b8b905038da5b7dd67001300ca86f 1,115 1.00/1.00 vMB 45
487,021 487,021 0000000000000000009e876188999d686e468161117b63ecb6f45451d20fe9e8 962 1.00/1.00 vMB 19
487,020 487,020 0000000000000000007b49f6a9554bfc0e61e5ce5e712fb048095badcae2245b 1,712 1.00/1.00 vMB 24
487,019 487,019 000000000000000000de2d87a0e10575bd91905f49b9db684ba742676f0e0db5 1,869 1.00/1.00 vMB 51
487,018 487,018 00000000000000000077abd234c13783cc9ae0e722a218a97b3f77f0592a08ce 1,458 0.99/1.00 vMB 76
487,017 487,017 000000000000000000bb1d8eb8cbb5ebc4c1a3ad129b8a16daf12452dda061a8 1,917 0.97/1.00 vMB 70
487,016 487,016 0000000000000000004b26e1efc6a18a8faa4a0f73b33e3535c7edd9c02eee67 1,632 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.17 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.46 GB
    • Received: 13.89 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.