Loading Tool

Explorer IconExplorer

Memory Pool

49,669 transactions
29.05 vMB
0.10230005 BTC
Random Selection Loading Transactions
Max Size: 154.17/200 MB

Candidate Block

Mining Attempt 7bc64452ea708103e2401eb02a953b790b288cdedf63963ba87cb3a85ffac5ca
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root dc0b50e8e722deddca7544c8661a761d1a03df3e2eae3c9b7ae7e49dc0800962
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,928
Size: 1.00 vMB
Total Fees: 0.02580544 BTC
Feerates: 70.48 > 2.59 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (330,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,601 584,601 0000000000000000001fec1782e1536ccb0711db7a6f0630a5bd7152e8c01ad9 2,383 1.00/1.00 vMB 22
584,600 584,600 0000000000000000001890279ebdaf492e6e233cdaf839abf8e550f4151335bd 2,637 1.00/1.00 vMB 45
584,599 584,599 000000000000000000104f46711562f228618c3e050c850f41978cebd9ac35d8 2,437 1.00/1.00 vMB 31
584,598 584,598 0000000000000000001806c3640c07eabe0bcc3447d72fa30971c53058d2f915 1,943 1.00/1.00 vMB 38
584,597 584,597 0000000000000000001f641d0d770abf2edf8a0fea7ef2c6f857bfff3efc1e84 2,679 1.00/1.00 vMB 46
584,596 584,596 0000000000000000000ad850aa21d3f49953ea7d58891656053506da3dd5b634 2,462 1.00/1.00 vMB 87
584,595 584,595 0000000000000000000421f955ed711f22a05ad7c6de02aa7d38935b19f734e2 2,067 1.00/1.00 vMB 58
584,594 584,594 00000000000000000008ad7e06ffa79994c9a39f78f471193119fb7b6fbb9b63 3,530 1.00/1.00 vMB 47
584,593 584,593 0000000000000000001355246f5390728714f56b4b52d4cda2e045e9c78a0f1f 1,883 1.00/1.00 vMB 59
584,592 584,592 0000000000000000001807539388fccbd0d2d4111e0ff6d97411dcd13053ddc0 2,266 1.00/1.00 vMB 78
584,591 584,591 0000000000000000000e6e16c6d649228bb267f1877fbb580e3c7111267e49ea 2,819 1.00/1.00 vMB 111
584,590 584,590 00000000000000000007c3db9c2964d327cf9e0d1ecd5ee4a668a4904cb34621 2,752 1.00/1.00 vMB 32
584,589 584,589 0000000000000000000db4daed4faec78964af278456df069b4f6d06abddb54b 2,764 1.00/1.00 vMB 61
584,588 584,588 0000000000000000000d83095578a6fff7fe21ff7a067798f814ec5bc181c5c6 1,952 0.98/1.00 vMB 16
584,587 584,587 00000000000000000017a5660cc6123b5b7f2a9f5e9a30d6e8918a022922664d 2,482 1.00/1.00 vMB 66
584,586 584,586 00000000000000000008ebbf7d44a5a86e6a1ad2d5c02592b4bb40b6ae2f6c6c 440 0.17/1.00 vMB 52
584,585 584,585 00000000000000000020deb4b12b0e711bda35ec808834a3185b1d0f0c30f9f5 1,643 0.79/1.00 vMB 14
584,584 584,584 00000000000000000006d3ae7203985fb2316eb17f4362129ddeab415b573c99 1,608 1.00/1.00 vMB 57
584,583 584,583 000000000000000000018899889c6c46714fc00f22670d23ace68e400a96a6d8 2,529 1.00/1.00 vMB 38
584,582 584,582 000000000000000000034c5b6933755f6f50dd6848079346a995216d53469a5a 1,402 0.57/1.00 vMB 34
584,581 584,581 00000000000000000006bd0a1ca542289c7f19aeffa6e75e718a1e26793773a8 204 0.06/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 781.88 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: 645.06 GB
    • Received: 12.67 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.