Loading Tool

Explorer IconExplorer

Memory Pool

82,006 transactions
31.78 vMB
0.08008945 BTC
Random Selection Loading Transactions
Max Size: 192.93/200 MB

Candidate Block

Mining Attempt 9fe9a00d0a3c6c2d1f1b649cc9486c92953dca91e1a2cb5c276be3f76da70cb2
Version 20000000
Previous Block 0000000000000000000031ba7fe1eeefe76d233c2558b7cc402ecad40e6ac670
Merkle Root 92cd049ffd18bd456a7b34447004b988969f32e00bcfaaabb15961a6148ba534
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,167
Size: 1.00 vMB
Total Fees: 0.01078323 BTC
Feerates: 73.20 > 1.08 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,214 (513,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
401,743 401,743 00000000000000000566075a380ce2f85d8cbdd96b4c22fc47e1363479912860 1,330 0.94/1.00 vMB 28
401,742 401,742 00000000000000000699df3aa42f2a3af9776503866a92cf0644e0c7e282a545 1,862 1.00/1.00 vMB 43
401,741 401,741 0000000000000000010ac00f3bdcb5e862fad742f6a1a778d8adbacb3a1a8b16 2,540 1.00/1.00 vMB 58
401,740 401,740 000000000000000002f145a7ab4996ec4295cc342d6bac5026b92c1e33e712a6 431 0.26/1.00 vMB 31
401,739 401,739 0000000000000000037e33d784be8466138c3e56729dcf251093df7f5cacf7d6 1 0.00/1.00 vMB 0
401,738 401,738 00000000000000000116bbb5bd41db6345fc4f9228a959f35323b8762c14bbe3 368 0.45/1.00 vMB 24
401,737 401,737 000000000000000006b15844cab5235083557ced08d569a2a4df74420d38c6f7 934 1.00/1.00 vMB 17
401,736 401,736 0000000000000000010bf582eb3c0f1c5db936b82defde6f1b7d5cd9ba4dccb3 1,227 0.99/1.00 vMB 31
401,735 401,735 0000000000000000066dd7a05b373d321feab0862bb9549831403aa82b50a6a4 1,228 0.99/1.00 vMB 34
401,734 401,734 000000000000000002c22e0ad54554f46a2f9eeed3f5ee7786eac21809527191 2,242 1.00/1.00 vMB 39
401,733 401,733 0000000000000000029327d45e431a46a9b9ea79b4a3860525baa1752d72f23b 2,346 1.00/1.00 vMB 34
401,732 401,732 000000000000000002f5e4822de2c60ee793fffaffcef48eca4aefa3bfbd7e78 2,294 1.00/1.00 vMB 57
401,731 401,731 00000000000000000360de54f323272703d5aa99a9151f5d90ccd02368e13232 2,861 1.00/1.00 vMB 65
401,730 401,730 0000000000000000058ea8e3f20780f38c5947de60e386a5a1ca20e18776fd33 2,416 0.99/1.00 vMB 64
401,729 401,729 000000000000000003e8b7baa47f4e2b33d0e79c5c12ae2d871883552a104b4b 2,715 1.00/1.00 vMB 52
401,728 401,728 0000000000000000032411420abedb7d30622fec09dd4c064ea68cc0986c2aab 2,805 0.93/1.00 vMB 71
401,727 401,727 0000000000000000051fbb7af8af0d1c6c7994001ef89c1683c44ff6514e30d4 2,296 1.00/1.00 vMB 46
401,726 401,726 000000000000000002e0594508ffaf8a27463364b324ad61114d79c9b879b1ca 2,082 0.91/1.00 vMB 42
401,725 401,725 0000000000000000066d01ca1f4cc2dd5e9ff7d5f089cfbeaad4414dc5b7d02d 592 0.37/1.00 vMB 29
401,724 401,724 00000000000000000184e9cfccca52a0772718051144f77c297592c451518265 750 0.31/1.00 vMB 47
401,723 401,723 0000000000000000011d4316c7d2148ddfa9d0d38d4dd5c9cfdefe6753e8ce13 1,157 0.56/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.76 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: 708.97 GB
    • Received: 16.80 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.