Loading Tool

Explorer IconExplorer

Memory Pool

53,380 transactions
29.66 vMB
0.09973015 BTC
Random Selection Loading Transactions
Max Size: 159.22/200 MB

Candidate Block

Mining Attempt 330c68c53b4edd10f51044b991891d0cf6ce56ed573f8bcc79776a8168e04c74
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root 0cf65303dbfdf8556543e58416be95af35fcf1b94dd7efe6fe429dad6971b692
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,773
Size: 1.00 vMB
Total Fees: 0.02835063 BTC
Feerates: 100.53 > 2.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (156,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
757,994 757,994 0000000000000000000716ea1bb02f6a7b09fdf9679bd17320cf9540bdb6384e 2,364 1.00/1.00 vMB 9
757,993 757,993 00000000000000000000f2765656bbe6eeac4ce3e319970e1f091e902dd89d22 619 0.22/1.00 vMB 7
757,992 757,992 000000000000000000022afbe3991affdd30260bd1d695a1974b29982e99393a 617 0.33/1.00 vMB 1
757,991 757,991 000000000000000000016a0fee1a907f58c6f2213e4d5444ab48262144feadd5 2,364 1.00/1.00 vMB 8
757,990 757,990 00000000000000000006f9dd4856ca9af1d78af91fab1449fad843ae833be091 60 0.08/1.00 vMB 2
757,989 757,989 00000000000000000000b6ad80cd4f25eb38c8c5b70bed7a90a17abfeea67315 1,099 0.77/1.00 vMB 2
757,988 757,988 000000000000000000061a9de22951ecc8c2a355d39a3ad039c3874d79a81667 3,272 1.00/1.00 vMB 10
757,987 757,987 00000000000000000006a374d59c62bd52cc05f5db8c54b20b0567672cddd728 1,516 0.54/1.00 vMB 8
757,986 757,986 000000000000000000065b9bb7e5625220271709e91bbb404d7ec1e0a7cb9e9f 1,646 0.62/1.00 vMB 7
757,985 757,985 00000000000000000000a2c964754d714307f5d8025246ed9967218906135da3 894 0.59/1.00 vMB 5
757,984 757,984 00000000000000000008a24e5ec44ae69104c0b6273c35fa7ae63acde19ed50b 851 0.69/1.00 vMB 4
757,983 757,983 00000000000000000004d4360b832dd855b843579e8b937c0788a067ae3b73c4 751 0.25/1.00 vMB 7
757,982 757,982 000000000000000000015ce5e990428f41f594e75efe9886e38c36c3ce92371a 133 0.03/1.00 vMB 8
757,981 757,981 00000000000000000002d127145d83ddccd798f4e2422f95505c659ac740a101 1,478 0.48/1.00 vMB 8
757,980 757,980 0000000000000000000042076f057ba886077aaa5f876f238052beac893b7349 717 0.57/1.00 vMB 3
757,979 757,979 00000000000000000004da40a15a4d76b12ffed529a418cc3a674a02f4bada56 2,130 1.00/1.00 vMB 7
757,978 757,978 00000000000000000006e36894523add34a2ccc098bdb89b7315367f158d21bb 1,066 0.87/1.00 vMB 3
757,977 757,977 00000000000000000002cc45cf9aabd07c4e2cf734814f2775f011247658f903 962 0.97/1.00 vMB 5
757,976 757,976 00000000000000000001a05dd2f35cf3700595775d3e3dd1e8d7776955566297 974 0.60/1.00 vMB 5
757,975 757,975 00000000000000000008552fe6407e172032a7d0eeaca685fde14549a5289098 586 0.47/1.00 vMB 5
757,974 757,974 00000000000000000003c176ec54bf2289f37f40da4ea657c4265a7753e8a268 478 0.28/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.89 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: 645.15 GB
    • Received: 12.69 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.