Loading Tool

Explorer IconExplorer

Memory Pool

84,710 transactions
32.77 vMB
0.08392559 BTC
Random Selection Loading Transactions
Max Size: 194.17/200 MB

Candidate Block

Mining Attempt e94378d49ff04b0508e5b3515000048875e3167b4f09f2bd53879aafce42b828
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 0e1c90b3d1d16884c25f51dbe39b6259913c9e78149a8004485f2715cae605c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,287
Size: 1.00 vMB
Total Fees: 0.01890159 BTC
Feerates: 120.64 > 1.89 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (254,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,569 660,569 000000000000000000010addae3683ec93a73769897f40a99f701d1dbc998e6b 2,127 1.00/1.00 vMB 35
660,568 660,568 00000000000000000008119ffb7c735146b58106a193c142214199b51fd5fdea 1,504 1.00/1.00 vMB 29
660,567 660,567 0000000000000000000917eca66ba1dd36b6931ce65431e9479aef09df5a93c3 2,700 1.00/1.00 vMB 71
660,566 660,566 000000000000000000020d39373fa059204227683b8e35d477895205462bf10e 2,779 1.00/1.00 vMB 64
660,565 660,565 00000000000000000001060fb539a4285a8dae9a410194d03e4e88479dad000c 1,952 1.00/1.00 vMB 62
660,564 660,564 0000000000000000000ad63675b7ed69ecb8400696a9392d6e48fdb969492832 3,000 1.00/1.00 vMB 95
660,563 660,563 00000000000000000003133511729c44dbf86ac3dc8e88fa25d155d93d2ece03 2,032 1.00/1.00 vMB 19
660,562 660,562 00000000000000000007866e0f99d9bd76d424ca09ba75fc29f419d8293eaea3 1,541 1.00/1.00 vMB 40
660,561 660,561 000000000000000000072d9230ef70f0573f1c71a471eeac120c16aa8cced336 2,913 1.00/1.00 vMB 84
660,560 660,560 0000000000000000000b8799a2c3ccf47ae776dff6b5e3cebffc8bd4b1f03672 1,733 1.00/1.00 vMB 21
660,559 660,559 0000000000000000000ad9c4470d181b976ce1d59e199df2501c16c4f30fd7e2 2,382 1.00/1.00 vMB 41
660,558 660,558 000000000000000000013f961b984e0701e2290b7b6ccb8e326c50a9a7dc067f 1,389 1.00/1.00 vMB 37
660,557 660,557 0000000000000000000cb712583fea50e5884d21c4742f82c786a26b10dc39a9 2,131 1.00/1.00 vMB 74
660,556 660,556 000000000000000000059ca2cbad52558bbd9a1e93ea907c0d8a722836175983 2,082 1.00/1.00 vMB 20
660,555 660,555 00000000000000000006942fb05a6ad1076703be711ff38497c23d951c2d5f6a 2,799 1.00/1.00 vMB 45
660,554 660,554 0000000000000000000c85fa75c604909ce2b85057dbe5566ce6de5e1f789af1 1,290 1.00/1.00 vMB 27
660,553 660,553 0000000000000000000dc822a39babff64d2f5e9770a7b7823e484b85be3a0f9 2,111 1.00/1.00 vMB 53
660,552 660,552 000000000000000000041105e4e2532245dabf1dc0bb3902618cbc7ccd3744ef 1,683 1.00/1.00 vMB 30
660,551 660,551 000000000000000000005a3c4394b7cd5ccc3fe0c2c1dc5e7234a870bfcb5c17 2,954 1.00/1.00 vMB 23
660,550 660,550 00000000000000000000434b8b751d1860f18da010a2c6acd58308de263fff80 2,984 1.00/1.00 vMB 60
660,549 660,549 0000000000000000000373ba9cf9d26410954def367d8d37ea83e8663ea980c5 2,731 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.