Loading Tool

Explorer IconExplorer

Memory Pool

48,656 transactions
28.32 vMB
0.10025263 BTC
Random Selection Loading Transactions
Max Size: 150.82/200 MB

Candidate Block

Mining Attempt 57f023243a297ee1288e48880c1717b1aff1588e689e9e12c25687de3ebc1a8a
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 238ce947ac580de2736b9813c5b8123c2df619ed7af5f477f70509559b3444e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,026
Size: 1.00 vMB
Total Fees: 0.04269547 BTC
Feerates: 500.00 > 4.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (298,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,030 616,030 00000000000000000001449acb615e7216e0b4619b1740eac7633edccef88b85 824 0.25/1.00 vMB 28
616,029 616,029 0000000000000000000542586ca0eed887389f6493f506e0e1d46a96668917f6 858 0.28/1.00 vMB 21
616,028 616,028 000000000000000000069a5fb90b4de7165f7a28ac4386be4a3274e998496526 111 0.02/1.00 vMB 13
616,027 616,027 00000000000000000005fbf3d2a94bdd89462a460e67fb6c621e00d0b7c139c4 2,785 0.95/1.00 vMB 16
616,026 616,026 00000000000000000009a234038ebbdb399792611462bc7e6059a356e5614bc6 389 0.10/1.00 vMB 21
616,025 616,025 000000000000000000085b0283c38453396f93db535ad5f82b55a8aa43dd8945 639 0.26/1.00 vMB 21
616,024 616,024 000000000000000000071d938ab1f226ef3930a4b4490133d497fb95d831da13 2,660 0.81/1.00 vMB 15
616,023 616,023 000000000000000000023f8cf629a5609b20bf8a394bb8d60c851efb587cd40f 2,963 1.00/1.00 vMB 22
616,022 616,022 00000000000000000001d543892bc6b8a19fddd31945a55806d1249c5f2e5abc 1,878 0.58/1.00 vMB 19
616,021 616,021 0000000000000000000e8206a2a224057341bb36a8bfadd97d8e20a84cb279b7 2,459 0.80/1.00 vMB 19
616,020 616,020 0000000000000000000cbafdb41390982b2e507555221e74ce270f453d3e80c2 595 0.21/1.00 vMB 18
616,019 616,019 00000000000000000007d765a0308d0e604a4f18e00cd8be6a6e8e0b20f39e2b 1,566 0.56/1.00 vMB 10
616,018 616,018 0000000000000000000c74f54d9216a9c2e53c65cd329208e31d5a6b62a6aa9d 2,311 1.00/1.00 vMB 12
616,017 616,017 00000000000000000001a3a1ab1734c97693511b01c873fa360f5522b8effb0d 2,229 1.00/1.00 vMB 1
616,016 616,016 000000000000000000102f1b872c0702896e853210805caf60d5f2c0ce32183f 2,578 1.00/1.00 vMB 16
616,015 616,015 0000000000000000000f3bd1a2d0976561cd3437ca2080b8e0372c9fbb1ed073 2,750 1.00/1.00 vMB 9
616,014 616,014 000000000000000000029b0f8281b99ae89db9924c8357ee0a1cdabbae72e2c2 2,190 1.00/1.00 vMB 24
616,013 616,013 00000000000000000003958d6a89160ae25138d5c21030564cb32478edc9bdef 2,698 1.00/1.00 vMB 28
616,012 616,012 0000000000000000000c8dd91051420aa8c01881f0c5a652926f5195bb05c599 3,353 1.00/1.00 vMB 29
616,011 616,011 00000000000000000004c0a5f40f683bdbc6caf64ddd81266263a3d781efda6d 2,084 1.00/1.00 vMB 17
616,010 616,010 0000000000000000000fce3dda4cd5e3a46b3cbb09051ba5d5fbafe1c5ea39ff 1,660 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.01 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: 649.48 GB
    • Received: 13.18 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.