Loading Tool

Explorer IconExplorer

Memory Pool

81,791 transactions
31.29 vMB
0.07915394 BTC
Random Selection Loading Transactions
Max Size: 190.39/200 MB

Candidate Block

Mining Attempt 31b3deb6688d5aeb614bcecf5eab93d881d9657f54bdfd7efbd4c138e4f4cee8
Version 20000000
Previous Block 000000000000000000004b3e7e5aaeab111493f0d06b8a6f97fdb08081d0f764
Merkle Root f593c3e4bcd8c783d5d7c608d88058d822a3f8d654d957ab219f402a34d22301
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,181
Size: 1.00 vMB
Total Fees: 0.01145726 BTC
Feerates: 100.37 > 1.15 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,197 (167,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
747,526 747,526 00000000000000000006fb51f0b99f587b20127b9448626b09bf2be281b0ece1 2,235 1.00/1.00 vMB 8
747,525 747,525 00000000000000000009ed0c9dbc4ad12400cab60e95e5bd6ed92f14fb2caa24 2,650 1.00/1.00 vMB 22
747,524 747,524 00000000000000000006839af5fbf2c9bcc1c68bdca6da269099dbf8b775b6b3 1,465 1.00/1.00 vMB 11
747,523 747,523 000000000000000000009b7ed17d44967664dd34bd9a73499d99cff642a6bb53 2,419 1.00/1.00 vMB 11
747,522 747,522 0000000000000000000639a684cbaf3f94ae0aecdd1005b7f57536fb5964671f 2,491 1.00/1.00 vMB 34
747,521 747,521 00000000000000000009a905a0d6c08bca966e253ecc160d4995a241514dcda6 3,310 1.00/1.00 vMB 19
747,520 747,520 000000000000000000063bf9f8e9a018418f197a43c2dd0401215f6d1bbcec83 1,925 1.00/1.00 vMB 3
747,519 747,519 000000000000000000058519be3043baa7d1268cade1022952e109440ad0a9d4 2,649 1.00/1.00 vMB 7
747,518 747,518 00000000000000000001db2e0eb5d3f9f23671b7f4ae1c1e1ad2dbd107c356de 3,414 1.00/1.00 vMB 22
747,517 747,517 00000000000000000005786b597d8c8ae3351322fb801bf78a7f0c96824fd1a6 1,418 1.00/1.00 vMB 9
747,516 747,516 00000000000000000007eaab3fcba5ee85a561abaa481ff228c91aa65491ebbf 3,168 1.00/1.00 vMB 20
747,515 747,515 00000000000000000008ed65568560eced77a2490bbc51f0ede0d610c7085f30 1,959 1.00/1.00 vMB 14
747,514 747,514 00000000000000000006a161421b97736d59b38cf1d9d4eb54c291d4c111618a 2,697 1.00/1.00 vMB 17
747,513 747,513 0000000000000000000225330c697c80c37c47da092414d98f5b77044263ce83 2,743 1.00/1.00 vMB 38
747,512 747,512 00000000000000000008480f8aed78cd6f27899b6b7afcbb1890eda53be60419 2,284 1.00/1.00 vMB 10
747,511 747,511 00000000000000000008ecba7a3fc1db27f03e7a54939c76ff609e06b32fa6bf 3,075 1.00/1.00 vMB 22
747,510 747,510 00000000000000000005136c780d4aa59dbc00dc29bcee1a534e50d7f6bdd0dd 2,440 1.00/1.00 vMB 24
747,509 747,509 00000000000000000003c0a591a163b18cb4a153d63354b3ca0671bc16ced6fb 2,196 1.00/1.00 vMB 5
747,508 747,508 00000000000000000002163c451f16766c08b2c51f7af41f0d40de0be4e4ff09 2,238 1.00/1.00 vMB 9
747,507 747,507 00000000000000000006f99ca7bcfc0024836728d4dcaf25ca735755181491c9 2,815 1.00/1.00 vMB 21
747,506 747,506 0000000000000000000097818cc34a41c3cb797b786ab2ad5c9e0f3f2fc3ee37 1,372 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.73 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: 707.89 GB
    • Received: 16.71 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.