Loading Tool

Explorer IconExplorer

Memory Pool

83,129 transactions
30.38 vMB
0.14632633 BTC
Random Selection Loading Transactions
Max Size: 183.61/200 MB

Candidate Block

Mining Attempt 7b5ed15722d90a7b057127aafd8fb4dc921c2f6d63d649bffe82c8209c20c75b
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root a6247e5ad7140fb14c3a63d50a95d942ee9b981d9dc58b3e31832989f9eaf94b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,746
Size: 1.00 vMB
Total Fees: 0.06117808 BTC
Feerates: 477.45 > 6.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (254,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,159 660,159 000000000000000000040caef1f6603c7c0a8888e5143f6bea3e8a80139c5be9 1,481 1.00/1.00 vMB 28
660,158 660,158 000000000000000000090913830b5cf024d465642cfabfaccb645cdd50c1d781 492 1.00/1.00 vMB 2
660,157 660,157 00000000000000000000df04af530650b563a8b98f08d6d0500a9651d1b120b9 2,066 1.00/1.00 vMB 34
660,156 660,156 0000000000000000000820f100bb4a4853895257b6e09531a50803b6eb7fd885 1,346 1.00/1.00 vMB 26
660,155 660,155 0000000000000000000d721ecd929ce7aa7d73e0b3fed229e68834d2e715bbfc 1,493 1.00/1.00 vMB 27
660,154 660,154 000000000000000000049fb4c6657081810ec397840e173634ea9c17c603199b 1,044 1.00/1.00 vMB 25
660,153 660,153 00000000000000000001c21daeca74aff065ff17e51bafe3f2cf6db9bfd25e04 1,399 1.00/1.00 vMB 9
660,152 660,152 0000000000000000000323c32803ba5f8e540c6b84b467a948db5ffe75cd2f44 2,049 1.00/1.00 vMB 18
660,151 660,151 0000000000000000000c774582c1252fd20fe5d1a17d7fedf7e8e763f876b7cb 2,016 1.00/1.00 vMB 84
660,150 660,150 000000000000000000046d2ba1522a295975cbbba1c3cc6316685389d5eebd2a 1,559 1.00/1.00 vMB 22
660,149 660,149 0000000000000000000551fd05a29cc6cb307d36a6dea5d7ccff6c2b405d4728 878 1.00/1.00 vMB 8
660,148 660,148 0000000000000000000854af1baca7ef4ecd06d204a67b6159163f9751900790 1,954 1.00/1.00 vMB 36
660,147 660,147 00000000000000000007669a6ea1f72e0b17f1e0ed7587f858fc7dea1d0d5584 1,380 1.00/1.00 vMB 19
660,146 660,146 000000000000000000085edc363f2a4e8494dac71adbea5701d7f51fbf0858e0 1,564 1.00/1.00 vMB 32
660,145 660,145 00000000000000000007492abe4f54cfb351bb0b7a185001cf9ac343b932d3c0 1,723 1.00/1.00 vMB 24
660,144 660,144 0000000000000000000d722c31e08d4fabb954c59d99454b745e372d3146aae8 2,176 1.00/1.00 vMB 26
660,143 660,143 0000000000000000000a2ff543525821a8216c374a74cf0f505c82f2df5bdce5 2,307 1.00/1.00 vMB 97
660,142 660,142 00000000000000000004521d3c32a56cf4f5276f2902fa49fefe6ea6a296e604 1,305 1.00/1.00 vMB 10
660,141 660,141 0000000000000000000aafac3a0d99cccbd4f62e3d08636bb9c242db366c7f73 716 1.00/1.00 vMB 5
660,140 660,140 000000000000000000038f619a6a66cbaec8e7758d2b2ae05698b7db650c2aee 1,682 1.00/1.00 vMB 53
660,139 660,139 0000000000000000000d865eb4d7ac5ab14e4f8103eac5e23dd308bf0eacf05a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.19 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.