Loading Tool

Explorer IconExplorer

Memory Pool

47,106 transactions
27.64 vMB
0.09023024 BTC
Random Selection Loading Transactions
Max Size: 146.12/200 MB

Candidate Block

Mining Attempt 4e9383bb8125e1cf2ce5263f7763a460eafa8a968a0c5dbf73e1caf3f5cf3e83
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root c67f9ede22f8e7abd91c581922c711e75d6ba34d2d0e58bbeca9f6ed7495679b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,429
Size: 1.00 vMB
Total Fees: 0.03540213 BTC
Feerates: 159.25 > 3.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (365,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
549,834 549,834 0000000000000000001e16cce475f1a0e85ffb4c94c7d85f623548eca5babe94 3,061 1.00/1.00 vMB 20
549,833 549,833 0000000000000000001caabc9b13eb3e9ecc6512e8bc3def7b4883bf83d36a88 3,055 1.00/1.00 vMB 14
549,832 549,832 0000000000000000000d746c3145a4e262f69eb2e2a66502d4f85b73a7b142ac 1,504 1.00/1.00 vMB 8
549,831 549,831 0000000000000000001741e77a744299865c712726cc0b259a8c4d1bce18f42d 2,202 1.00/1.00 vMB 3
549,830 549,830 00000000000000000020bcb91fc4a9cdb7cd9eabf0d0b1446f59bbcdf34aee0b 3,214 1.00/1.00 vMB 18
549,829 549,829 00000000000000000003d8c80bcd59b637892db3955e883c80d1d3b45609fa90 1,966 1.00/1.00 vMB 8
549,828 549,828 00000000000000000006d66dec2369f3b4470e1de23b156eb249a8e917908603 3,127 1.00/1.00 vMB 13
549,827 549,827 00000000000000000010054b8d1dea302f06d111e634596a9244d45a3a18b7ef 2,797 1.00/1.00 vMB 19
549,826 549,826 000000000000000000144108e2d8b364e21ef0ed60636c43f4f1765835b69c51 3,189 1.00/1.00 vMB 32
549,825 549,825 0000000000000000000d10d407a667baf9f89755c753f5789a9dae489263fb37 2,469 1.00/1.00 vMB 12
549,824 549,824 0000000000000000000e484f9444fe970c4d133db713a62ed141726ce57b7441 2,453 0.91/1.00 vMB 13
549,823 549,823 00000000000000000021978432cbb05088dd670b175a5a5a217156b351c4fbf7 1,250 1.00/1.00 vMB 6
549,822 549,822 000000000000000000048fd857ff193201b5381fb8cae13d50c2b92eab046f04 1,474 1.00/1.00 vMB 8
549,821 549,821 0000000000000000001635dfd6ba9eef4de2072cd6e1480ccc952fa42b3a47d9 1,400 1.00/1.00 vMB 3
549,820 549,820 000000000000000000258f7ea0f38ef91b25f19fdebb204d45bae4f66f38e130 1,833 1.00/1.00 vMB 9
549,819 549,819 00000000000000000024b79e029b883cc2b4b9add8c72ad0ea2b4b800ef16346 423 1.00/1.00 vMB 4
549,818 549,818 0000000000000000000ce582f5fa81de53accec09c908101f4602df360110089 2,751 1.00/1.00 vMB 9
549,817 549,817 000000000000000000254554f9426bdf479a9464021b1a149aabe6b4bafac483 1,635 0.59/1.00 vMB 24
549,816 549,816 00000000000000000018da966f0765120411917d5497c5c00854e963ae8d59b2 2,281 0.81/1.00 vMB 23
549,815 549,815 00000000000000000026279b9ce76747ad12151cea6746aaeb0fcd7b6196ff9d 853 1.00/1.00 vMB 3
549,814 549,814 000000000000000000034ad2b04a13d1e40a8eeda445e19053f2b98b43177b41 2,977 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.20 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: 654.02 GB
    • Received: 14.08 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.