Loading Tool

Explorer IconExplorer

Memory Pool

30,633 transactions
18.20 vMB
0.03924404 BTC
Random Selection Loading Transactions
Max Size: 97.09/200 MB

Candidate Block

Mining Attempt 5ec05334a5f70de6b2fe84c97c4dddbe8afbbba174e81b3c10cea5251173d939
Version 20000000
Previous Block 00000000000000000000b7e3c4d404ce21a5981bfb0b74a10e8d1383b77d0e63
Merkle Root ce55a106d1bf64ef40fbf03ed4db30e6c0ff8a6e036e1dc83bfd0eaef1a7101c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,924
Size: 1.00 vMB
Total Fees: 0.00478735 BTC
Feerates: 85.56 > 0.48 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,114 (5,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
908,933 908,933 0000000000000000000135a413b392ed337c30d908d570cf1903e8fdd7cc3825 3,958 1.00/1.00 vMB 5
908,932 908,932 00000000000000000000714d74d03f4f585cb3535f67fcb4a841d1ef3822922c 3,862 1.00/1.00 vMB 5
908,931 908,931 000000000000000000004eb31dca57458ba37096ada86c08d56ab5419a0d270f 1 0.00/1.00 vMB 0
908,930 908,930 00000000000000000001d7d03a352ab995b31f8d1da301778f7dbe37562d482b 4,608 1.00/1.00 vMB 2
908,929 908,929 00000000000000000000b4b1597f63c73250113d4e06410cbc8f50e428bea363 1,972 1.00/1.00 vMB 1
908,928 908,928 00000000000000000000bd090e90ef2d8d7bb6a7acfcd0513f2545e52c2b843f 2,807 1.00/1.00 vMB 2
908,927 908,927 000000000000000000012d48f70c02b71147c1c76bd17f0f02749f56789cd697 451 1.00/1.00 vMB 2
908,926 908,926 00000000000000000001890cf2702236e6fabc6618cd9508a4865c47e525b46c 1,115 1.00/1.00 vMB 2
908,925 908,925 00000000000000000000e98055fb62abfa16b97c4df67efc2665155837a0681a 2,381 1.00/1.00 vMB 3
908,924 908,924 0000000000000000000205b7c49bec294c9546044eec2ed2699d58526549d429 2,176 1.00/1.00 vMB 3
908,923 908,923 000000000000000000008833e59f7c03544a3c0b5999b8869d82d47705b1bcdd 4,090 1.00/1.00 vMB 6
908,922 908,922 00000000000000000001052a858d1977efd5936dd9464b2afd7c2b25eadec3fb 3,005 1.00/1.00 vMB 4
908,921 908,921 00000000000000000001bac9c25c7d0d2e738d705a25985bec5e006c345462a7 3,242 1.00/1.00 vMB 3
908,920 908,920 00000000000000000000368244c96e8f08d52d639dd18ffb05e27134ba435f33 2,112 1.00/1.00 vMB 4
908,919 908,919 00000000000000000000f5a8b15d8f5074bef1149208314bc5cba6f987b11984 1,708 1.00/1.00 vMB 4
908,918 908,918 0000000000000000000152780b313c5478dc67dc476ca2d31a4c9431de14f1ec 3,890 1.00/1.00 vMB 6
908,917 908,917 00000000000000000001b22dcbd7a5c47abf666b90e37bdef81b165c5bdc4399 4,353 1.00/1.00 vMB 8
908,916 908,916 0000000000000000000151da49f8b766c02fa81e9dbf6d060eac9d8f76e4346b 3,824 1.00/1.00 vMB 3
908,915 908,915 00000000000000000001b0aa11e6b1b8f0edf27583a3b0a8ade9fa7f20e5b626 3,113 1.00/1.00 vMB 4
908,914 908,914 00000000000000000001574db3fd68c354d9308ea2e80c0c87e314c2c90878bb 4,620 1.00/1.00 vMB 6
908,913 908,913 000000000000000000003ac12886c32393655db1c1fa11345959895ccf5ff22f 4,209 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 780.80 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 559.75 GB
    • Received: 7.28 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.