Loading Tool

Explorer IconExplorer

Memory Pool

48,006 transactions
28.60 vMB
0.06875250 BTC
Random Selection Loading Transactions
Max Size: 153.30/200 MB

Candidate Block

Mining Attempt e6cab71928c616e26aa439924c791e82765afec4bbbaeaf0b710c5647ab74c1c
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 135abea8f99a3ab14b3fd656cf95c0cf82c2b4a943a31015c3a7f5335d7bf779
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,606
Size: 1.00 vMB
Total Fees: 0.01446565 BTC
Feerates: 173.90 > 1.45 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (353,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,937 560,937 000000000000000000136d810a39a803d0d73decd9f833969fbaafb8d3e8d964 2,876 1.00/1.00 vMB 33
560,936 560,936 0000000000000000002ca03f1b14304c4bf3d73a15deaa6e1d1ada4a267dde62 3,101 1.00/1.00 vMB 61
560,935 560,935 00000000000000000000568357202ed235b895052453ef63a792037f168df9dd 2,536 1.00/1.00 vMB 50
560,934 560,934 000000000000000000144b1d628c8b0fb0e7ee7272c9e591e009644c351d5573 2,600 1.00/1.00 vMB 28
560,933 560,933 0000000000000000002fb2530f3d204b7eacf6ec2f1e86293e49e373da5b2eb4 1 0.00/1.00 vMB 0
560,932 560,932 0000000000000000000e130b1719991c467a8a9e4595c610381befb7321cc9d0 2,779 1.00/1.00 vMB 21
560,931 560,931 000000000000000000196d9cac7742578e29a3d6718baa07df4ea10c3beae20f 2,550 1.00/1.00 vMB 17
560,930 560,930 00000000000000000001a98a3539854ad5d057728aa4d2a6c20be87e047b12b0 3,325 1.00/1.00 vMB 40
560,929 560,929 000000000000000000168b41e1862bf2ca74a7ba56a15ca5f8956085534f669d 2,381 1.00/1.00 vMB 10
560,928 560,928 0000000000000000001b1a75025bd612601f5d6e48484166d219ed373b2a006e 3,175 1.00/1.00 vMB 29
560,927 560,927 0000000000000000002feca191c89aa81203378c81bade6b3adf8bb5492043d8 2,109 1.00/1.00 vMB 8
560,926 560,926 00000000000000000017b5da48c7d3bfd261a4fe79c6a435b2775e8608a6f343 3,041 1.00/1.00 vMB 24
560,925 560,925 0000000000000000002986faf4e08ee63078b9af2775a6a5da5de379fc640867 3,197 1.00/1.00 vMB 32
560,924 560,924 00000000000000000011ee84d77472fc3d412f0b171d360aac9c60cfb75f45cd 2,666 1.00/1.00 vMB 29
560,923 560,923 00000000000000000020e884474d4edba64ef4929ed8aea8cd4fe15b9afa7e54 2,995 1.00/1.00 vMB 39
560,922 560,922 000000000000000000208c5590e2f5d5b5b4504c56a7d9f1892ab2c011a88692 1,325 1.00/1.00 vMB 7
560,921 560,921 0000000000000000000a3e514d5ccd63cc7203b8ef668dbdadb2929728391145 1,626 1.00/1.00 vMB 21
560,920 560,920 0000000000000000002807c44fe3db919df10879ecce4a4d7bcc5e501e038b69 2,302 1.00/1.00 vMB 22
560,919 560,919 0000000000000000002d401065ed59045521d1b3e0ebb5362ee7e3709a13cc8d 2,884 1.00/1.00 vMB 31
560,918 560,918 00000000000000000024cb4795e772091df4939790d4089f60023b9a24b70dd4 2,321 1.00/1.00 vMB 15
560,917 560,917 0000000000000000001dee9eff0624c3ce0f5ab16b58626a19f1db4d4cf3ad38 2,502 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.11 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: 651.83 GB
    • Received: 13.65 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.