Loading Tool

Explorer IconExplorer

Memory Pool

78,931 transactions
29.42 vMB
0.08325376 BTC
Random Selection Loading Transactions
Max Size: 179.81/200 MB

Candidate Block

Mining Attempt 4edc1489169f830d407cbcb1a545bb35fd055f7a26f9eb0e97e0ea9dac1c799d
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 604d59f912c1f030de1d644b0775f83bac1d2310c5c1af417ec5e4d639dfb3ba
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,402
Size: 1.00 vMB
Total Fees: 0.01865973 BTC
Feerates: 402.60 > 1.87 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (368,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
547,106 547,106 0000000000000000000607d0669d07e836718dce67946ea4df8a1921aa04d8e3 2,125 1.00/1.00 vMB 5
547,105 547,105 00000000000000000020cab05bdcb21b88eecdc6480aa29fed3ce56bbcaa65d0 2,859 1.00/1.00 vMB 27
547,104 547,104 00000000000000000002ca9a3dff1fa78a3d12d00f21da6827fce586004ded9d 1,839 1.00/1.00 vMB 8
547,103 547,103 000000000000000000125a061cebf52cc6792ff94acf7fbaa894861d126135eb 3,141 1.00/1.00 vMB 19
547,102 547,102 000000000000000000034f48ce223d4a46b5497554f1ea449903bdd70f761ced 2,369 1.00/1.00 vMB 31
547,101 547,101 0000000000000000000d56250df0827d585afeafc627eb5b95144533a53427da 2,868 1.00/1.00 vMB 29
547,100 547,100 000000000000000000152a375393ba4dfbbe5951d95ee1302cec8fa255c2fd68 70 0.02/1.00 vMB 28
547,099 547,099 00000000000000000007f4c0f00aa54773c67d6ec9e5136221636c8f1d042329 2,610 1.00/1.00 vMB 16
547,098 547,098 0000000000000000001b2039c445a1bce5b82dd1f18055b377b618ec0eea1c1f 2,499 1.00/1.00 vMB 13
547,097 547,097 0000000000000000000cd9b4539c25e514fb18788946635aad326ec2c664264e 2,825 1.00/1.00 vMB 37
547,096 547,096 0000000000000000001828c5c0771b80ddd4f22ba39c1858d194609edafeb8bd 972 1.00/1.00 vMB 9
547,095 547,095 00000000000000000022cd6473472d15189b5f3f3aacafc81e861400f363f12d 2,632 1.00/1.00 vMB 4
547,094 547,094 00000000000000000008ed8e34953c7abc99cc82a4d882849a1c20fcd6dee030 2,881 1.00/1.00 vMB 8
547,093 547,093 000000000000000000067e443e5b20aa59c1ca2707329246bb80a0132d12fd2d 2,456 1.00/1.00 vMB 37
547,092 547,092 0000000000000000000d491f2dc9dfb29ec8be094feb01aba1e97f732a235d5b 2,060 1.00/1.00 vMB 5
547,091 547,091 000000000000000000246f147daa5022b20e6274c5f3850496cc649d3cd76e54 2,105 1.00/1.00 vMB 6
547,090 547,090 00000000000000000010b0afaa93edd69386c0999cd5044cdb98f2cc578159bb 2,653 1.00/1.00 vMB 18
547,089 547,089 0000000000000000001be94ade6526f196bf574191d010a05f4d09faadf868a6 3,034 1.00/1.00 vMB 11
547,088 547,088 0000000000000000001605e19aa6d85b397644e6b6026ea5b27044d63149f11b 2,781 1.00/1.00 vMB 19
547,087 547,087 0000000000000000000d7f3aa92b99f5a13631f2c81f4e81709b5c331bc84e38 2,222 1.00/1.00 vMB 16
547,086 547,086 00000000000000000009129c3f2727a0ef10b9fc14aa475f5c2b6047d3e87843 1,914 0.99/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.