Loading Tool

Explorer IconExplorer

Memory Pool

74,978 transactions
27.65 vMB
0.07712363 BTC
Random Selection Loading Transactions
Max Size: 168.81/200 MB

Candidate Block

Mining Attempt 14c608a12de3c621f983c0842a4b7dcf2dcf67863770115b0be481a10adbd933
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root 1fe0abe375caf5c655aafaa9418d7795a2544fbe466b0a918272e63f86a672bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,198
Size: 1.00 vMB
Total Fees: 0.01810301 BTC
Feerates: 100.08 > 1.81 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (216,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
699,036 699,036 000000000000000000065c6aea1a3ff304d207621e64d4b4e60525ffd3f1a8ac 478 0.14/1.00 vMB 13
699,035 699,035 000000000000000000025053424327997e333aece6be326555720551bcc318dc 2,275 1.00/1.00 vMB 9
699,034 699,034 0000000000000000000a97cfb1557405925fffb7cb64a8459a4eb6afc8fb87d8 1,064 0.60/1.00 vMB 9
699,033 699,033 0000000000000000000c9d32a35dc965ffc4656e3fb64b68260862ef37dd6976 2,244 0.94/1.00 vMB 9
699,032 699,032 0000000000000000000ee0d726f061ed3601bab04b322d8cc4109ebff0aea83c 2,469 1.00/1.00 vMB 2
699,031 699,031 0000000000000000000fc313afa6069dcafa5564d9a482a5ab5e4571879f2783 2,283 1.00/1.00 vMB 8
699,030 699,030 0000000000000000000b7a2d80d394b59ac65aaa1d8451d23829fc2a787714c4 1,114 1.00/1.00 vMB 7
699,029 699,029 00000000000000000000cda2c7a2c57bdca21d7d33b3205bc2b21d3ca44fe692 1,971 1.00/1.00 vMB 10
699,028 699,028 00000000000000000009129197967b97f7cef933ec8acfc26bdb5d81ba98ac6e 2,489 1.00/1.00 vMB 10
699,027 699,027 0000000000000000000e086e8f53295da5a1652a18d1e0c9f90a9cc84a29ea43 2,906 1.00/1.00 vMB 22
699,026 699,026 0000000000000000000f5bb624fd7f53cf1684a1dfdbda315f0d61bcf6c438de 2,130 1.00/1.00 vMB 10
699,025 699,025 0000000000000000000a42b09cd53ce06f7ef77f0e6bba3f385a2994a90ac23c 2,383 1.00/1.00 vMB 16
699,024 699,024 0000000000000000000d3c5b06c835ba529cace1d138e8601a48442db6e485db 809 0.74/1.00 vMB 7
699,023 699,023 0000000000000000000e33ba6785942ad8bba71062a6cd9d2d21ac71a87d823c 617 0.19/1.00 vMB 11
699,022 699,022 000000000000000000029d7a434199d689bffb0f1295840dae9ab26916739d63 2,375 0.97/1.00 vMB 10
699,021 699,021 00000000000000000001b43f95fd99a7691a08ef915b0245b1fb3db955f75763 1,690 0.56/1.00 vMB 23
699,020 699,020 00000000000000000007dff929d1a723858e827e73d58068ab81b4f54d4dd087 1,233 0.85/1.00 vMB 5
699,019 699,019 0000000000000000000ee7b5d6280feabb309885f069f34b000db764e34356e7 2,599 1.00/1.00 vMB 5
699,018 699,018 0000000000000000000365ea6f4c24d6b83be8fecd7893435cc7bfd1d01d5c89 2,838 1.00/1.00 vMB 21
699,017 699,017 0000000000000000000e16bdb1b905fae1a9dfdabcfb86bb48aa4d877ddac460 2,791 1.00/1.00 vMB 6
699,016 699,016 000000000000000000098663609d1e83328f191da4cb07719e903fbcbdeaa975 2,592 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.85 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: 712.49 GB
    • Received: 17.17 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.