Loading Tool

Explorer IconExplorer

Memory Pool

82,237 transactions
30.05 vMB
0.14955968 BTC
Random Selection Loading Transactions
Max Size: 182.07/200 MB

Candidate Block

Mining Attempt f3eb6b84eb6223b6422ab94bd4eeb4b2d20170e0393a2c62449ee733ab8b9bd9
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root c7216b2f83d1f8fd978c08a1ad67edee49830165c4df797e3202932701ef0926
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,848
Size: 1.00 vMB
Total Fees: 0.07905848 BTC
Feerates: 101.65 > 7.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (125,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,825 789,825 0000000000000000000426d9a0042642d87212082f026d1454d4749adea4b8b1 3,419 1.00/1.00 vMB 20
789,824 789,824 000000000000000000013a41602e06f0fd5603b41f0530eae2b38f27d295e8f8 3,830 1.00/1.00 vMB 24
789,823 789,823 00000000000000000002fd600349bc2ce1b709eba0c4f98e15adc671bc8fbd6f 3,366 1.00/1.00 vMB 38
789,822 789,822 00000000000000000000afdedede8ca1d34a18eca04631d1b37672f9b2fb3d60 3,116 1.00/1.00 vMB 98
789,821 789,821 00000000000000000003520987e40ae35c24578259bba1ff4d5a4744a48257e9 5,951 1.00/1.00 vMB 27
789,820 789,820 00000000000000000000713cc39395697f54f8ba1e458c1d8c0c9c225b0086d3 5,556 1.00/1.00 vMB 25
789,819 789,819 00000000000000000002a7ac81644107b49dd4b39125b4f7565ac5ed86d94b76 4,680 1.00/1.00 vMB 25
789,818 789,818 000000000000000000045b164784676695aed59a5a5ef95e3fab57e1c120ff3e 3,692 1.00/1.00 vMB 69
789,817 789,817 00000000000000000001de804f036647861c819b404a78bf0246eb104e0e0987 4,382 1.00/1.00 vMB 28
789,816 789,816 000000000000000000010785748af4f080b8e6be7df0789b878c83c2f9643b6e 4,046 1.00/1.00 vMB 53
789,815 789,815 000000000000000000052648549edd5876ed01ad861c128d453b89b21842801b 3,330 1.00/1.00 vMB 41
789,814 789,814 00000000000000000003d94805486ca12126ace32fef24d84d37358936e87cf5 2,779 1.00/1.00 vMB 73
789,813 789,813 00000000000000000004d30bbb65282d6df08bf52135f934ac5995c70f25fcaf 3,603 1.00/1.00 vMB 27
789,812 789,812 00000000000000000001a4226649edbf50c5d449c9e8abafdaf0337d0af5cd73 3,481 1.00/1.00 vMB 28
789,811 789,811 00000000000000000001602eb4637effc0931250e049fa0a4a2e9f8354612b94 3,168 1.00/1.00 vMB 52
789,810 789,810 00000000000000000003f79bfa6283b2f8bb00cf5c84b0fbb88c6df9c5086c2f 3,347 1.00/1.00 vMB 35
789,809 789,809 00000000000000000002c2bf85bb493607f680d4df07c872b1521e3b000a270e 2,679 1.00/1.00 vMB 81
789,808 789,808 0000000000000000000001168ec282ac87cb588875f5fe7e5adc0c87734b640b 2,840 1.00/1.00 vMB 59
789,807 789,807 0000000000000000000180575b8e21fff23c48fa8f91f8f6b6f18fec32462ce7 1,852 1.00/1.00 vMB 95
789,806 789,806 0000000000000000000454e25cba2c654e33c2c8570560be77155a703679bf94 2,531 1.00/1.00 vMB 148
789,805 789,805 00000000000000000002b734ce951ba3f30dea097fa8e1a2dc33d03dc4c7cce8 4,355 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.60 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: 671.70 GB
    • Received: 15.99 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.