Loading Tool

Explorer IconExplorer

Memory Pool

13,997 transactions
10.71 vMB
0.04329627 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.53/200 MB

Candidate Block

Mining Attempt fa3e6a5be7ef661dd12196202a6bd4549b7d91451bdc4e9f9b56cfdafd6d3c9a
Version 20000000
Previous Block 000000000000000000007fe516c23d208c0e936621568af08b537f0dfad8b31f
Merkle Root 77d79eb1ead85a52bc84610199d24593b5cd352fda539ae06cf22af699dc9c6d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,614
Size: 0.9979745 1.00 vMB
Total Fees: 0.02473365 BTC
Feerates: 202.69 > 2.48 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,810 (744,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
168,947 168,947 00000000000006efb2f1adce98a6c88865b8aa8085b57e956f8cb0906c374ca5 106 0.05/1.00 vMB 131
168,946 168,946 000000000000082f17123ba1b5ab40c743439dba73172a58cd2bf430e6913cd1 53 0.04/1.00 vMB 71
168,945 168,945 000000000000066a990f3cb5e5d968b05de696035695e089cc42357c8c8298ca 79 0.03/1.00 vMB 38
168,944 168,944 00000000000001171f894b146d55503e2221bb2c4fbfac8d137ae9bae607f34d 157 0.07/1.00 vMB 118
168,943 168,943 000000000000090c9336777f111c721fe774e2c9abfd6ddb2180b595c0fd1adc 8 0.00/1.00 vMB 353
168,942 168,942 000000000000066e9a4d3866b85814785bdb1494debef987f32170dff94ecf39 125 0.05/1.00 vMB 48
168,941 168,941 00000000000001d2e8f9036b54fc78e52f9caebc64467e8406f79cfe7fdaacb0 9 0.00/1.00 vMB 1,433
168,940 168,940 0000000000000300ad298f0453df231cb9fc474315a9ab35080753bc5ff96fb6 12 0.00/1.00 vMB 630
168,939 168,939 00000000000003b426a31732feecbd4cf06b8c67f7fe78fa9a145ea9500dba74 10 0.00/1.00 vMB 34
168,938 168,938 00000000000001720f8b4c96d6c27abdeb87a7c19f276d66c4978b5a5c459087 60 0.03/1.00 vMB 205
168,937 168,937 000000000000004e1bc5da9b9d1915952674d8605aa9df74b495e598c1d41f25 13 0.01/1.00 vMB 326
168,936 168,936 000000000000031dc8dc066cfc18d1d431a1235c9b8aa6741205218f1fac39b3 134 0.04/1.00 vMB 47
168,935 168,935 000000000000001d976bcf8846b34efb08f7e3a21cfba20397c6545d03b8ece5 88 0.03/1.00 vMB 94
168,934 168,934 00000000000000299ecd775322f0fa86362aad7d2330ef40dbb159b63c3b3942 11 0.00/1.00 vMB 1,437
168,933 168,933 000000000000082639bd6c6529a1b22fc4bd51e56a350fe74b6507fd52f4371a 6 0.00/1.00 vMB 25
168,932 168,932 0000000000000048070db4470a81ead5edd557646267fb1036527680c63a4f05 8 0.00/1.00 vMB 19
168,931 168,931 00000000000003af10d74190d500a171905079d43c71bbd16fe329b5802e3549 39 0.02/1.00 vMB 100
168,930 168,930 00000000000004732c0d79eec2c4e685f8f43fe85f4b66da5887edcd4eb63233 61 0.03/1.00 vMB 49
168,929 168,929 0000000000000a59a1caaf1e6e6fe11482fb090c2325868df550195583573ea3 27 0.01/1.00 vMB 0
168,928 168,928 00000000000007c46af09fd9f1f620ab8093454a217f3298c84745d46ba5f658 37 0.01/1.00 vMB 140
168,927 168,927 00000000000002e01606108fcb9dbd9c8367c47a4e85af3cfca1c4e64502c35a 6 0.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 780.28 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: 516.58 GB
    • Received: 4.46 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.