Loading Tool

Explorer IconExplorer

Memory Pool

78,151 transactions
29.35 vMB
0.06467169 BTC
Random Selection Loading Transactions
Max Size: 176.29/200 MB

Candidate Block

Mining Attempt 16abb7f903cfbdee386e29079bd739fbabc2db27ba3224bbd4a25a792034e1ab
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 09ae36af42cb46db3e7f88b996739377fb94374b88d09b0d5cb5f26f0dd03422
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,106
Size: 1.00 vMB
Total Fees: 0.00512132 BTC
Feerates: 18.31 > 0.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (311,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
603,603 603,603 000000000000000000031aaa0b407c4512049a9bf4f3acd96d7cc961b361aedc 2,791 1.00/1.00 vMB 38
603,602 603,602 0000000000000000001469ea07f69b0732262f06636f2037a30d273c8bf821c3 2,838 1.00/1.00 vMB 48
603,601 603,601 0000000000000000000af06edf36030b711628b4fcc84661b133ef421f33ab4f 3,046 1.00/1.00 vMB 38
603,600 603,600 0000000000000000000a8244a4b7d85d4a07c2965fbd52ce8795b8ec6fc9cbad 2,467 1.00/1.00 vMB 22
603,599 603,599 000000000000000000009ff2fb635eb0038409a45c28303875df6ca415b7fe12 2,628 1.00/1.00 vMB 29
603,598 603,598 0000000000000000000d17d84fb1c1b7b3a2615a7215c1328d6795712d91c202 2,827 1.00/1.00 vMB 25
603,597 603,597 000000000000000000091d3b0cbae8182b59f1a1e292fc3daefe1b63ac049d45 3,017 1.00/1.00 vMB 21
603,596 603,596 0000000000000000001394592557e2d8464fbdca85279bfe69f4a2a6d2172e6f 2,306 1.00/1.00 vMB 17
603,595 603,595 00000000000000000014660d9175d5d7a808661666aa3d431bb1d275c3beeed4 2,919 1.00/1.00 vMB 41
603,594 603,594 0000000000000000000c72f10f5929c023f092914db35acff5fa17a43f67885d 2,751 1.00/1.00 vMB 36
603,593 603,593 0000000000000000000fd0ee853251da494ad8ed09463e6772d775cf1d1d120e 3,135 1.00/1.00 vMB 39
603,592 603,592 0000000000000000000305797f8f8fa07c02d5924be5f105426103291e65041b 2,377 1.00/1.00 vMB 21
603,591 603,591 000000000000000000140496304e2743d6b4e00c0a3a75dd3f07d6b699ee8dd6 3,041 1.00/1.00 vMB 31
603,590 603,590 00000000000000000004b0d4bf24d05ddf0e4878fc710aee858b58da8ada5894 2,643 1.00/1.00 vMB 38
603,589 603,589 0000000000000000000a94d4966003f7ddf0ab1c76ce4d7ed90b294d84ea9687 1,975 1.00/1.00 vMB 40
603,588 603,588 0000000000000000000ab3e5e155ad83c9bdbfc05e50ae6e56fe8e6f4548124f 2,345 1.00/1.00 vMB 26
603,587 603,587 00000000000000000004d5a69b8ce507e0e11c75774a753dd4b4a242d57e618c 2,358 1.00/1.00 vMB 26
603,586 603,586 0000000000000000000670f159dbfd45ed2dac48344fe1b6d9e3556a3c597ebb 2,532 1.00/1.00 vMB 24
603,585 603,585 0000000000000000000960ad534ea25d910c4f64dd1753e9e467ddc6120a33d8 2,538 1.00/1.00 vMB 30
603,584 603,584 0000000000000000001327d3361313e68ed33eb4428e56ea7017e135da6c3dfc 2,762 1.00/1.00 vMB 36
603,583 603,583 00000000000000000005c83b3a1931f6589b4ab78252127865b173c20bcb173e 2,808 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.