Loading Tool

Explorer IconExplorer

Memory Pool

41,927 transactions
27.61 vMB
0.07107392 BTC
Random Selection Loading Transactions
Max Size: 142.91/200 MB

Candidate Block

Mining Attempt 41f95d5f795f2382fdf81a774f1a767d6fcf9a45d9ecf18d17f5b24f28a81ebc
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root b0ceb6a956514d1dc562c2bae4d0f14942096dd0ef2769f6178dc73545e690f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,642
Size: 1.00 vMB
Total Fees: 0.01629165 BTC
Feerates: 100.53 > 1.63 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (260,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,080 654,080 00000000000000000007d34214b7837b2dc6f29e0d7024eaf359319e56e0465a 2,278 1.00/1.00 vMB 68
654,079 654,079 0000000000000000000d3d7ff21a9264dac8400a78ed292496655315e06a68de 1,852 1.00/1.00 vMB 50
654,078 654,078 0000000000000000000cb0b856fce232e3a86e0cab4d7dc9f9ddaaabf760c9db 2,223 1.00/1.00 vMB 133
654,077 654,077 0000000000000000000028959056d2fe103ac79b1a17813b96fe2e24ddfe23a8 1,769 1.00/1.00 vMB 25
654,076 654,076 00000000000000000003536bc946bbf490f21e31e5ada0d03240bc9ee7ee0ffa 2,007 1.00/1.00 vMB 12
654,075 654,075 0000000000000000000af7e9f6ec3f801b187ae4dd6f6279686d6c1ac406f833 2,577 1.00/1.00 vMB 105
654,074 654,074 00000000000000000008f8a458419d3429ab2a3264f24546a0cf5a5bcd537dbe 1,373 1.00/1.00 vMB 18
654,073 654,073 00000000000000000002803a6ac7c67e47cdbecfcee03b6588a0546815abbca1 1,642 1.00/1.00 vMB 18
654,072 654,072 000000000000000000027be83d119ef4f42effb9bb9d3edda0463d171c83e902 2,093 1.00/1.00 vMB 32
654,071 654,071 00000000000000000007175328d21c1313180b2c8b58127c051d50a4df6cff5e 1,678 1.00/1.00 vMB 33
654,070 654,070 00000000000000000004909277896fc93630803dbc6658af75d021159820db00 2,012 1.00/1.00 vMB 46
654,069 654,069 000000000000000000009fe9611cdb76a213edb11ca68f1eb551f3540f976bd9 2,319 1.00/1.00 vMB 30
654,068 654,068 0000000000000000000a9f0849525ba86e2e4afd5698d921d8cdad85da48a255 1,757 1.00/1.00 vMB 28
654,067 654,067 00000000000000000009dd3f0087166de09cb5d42e8003e9ed8ea358cfae9761 2,486 1.00/1.00 vMB 112
654,066 654,066 00000000000000000004153fc198221d225e3a1158d7c3524d9e1b3bb3264f9b 2,000 1.00/1.00 vMB 83
654,065 654,065 0000000000000000000349bc40030ae3b57064fc38ce3cc31945bdd5c2b5740c 584 1.00/1.00 vMB 19
654,064 654,064 00000000000000000006102bbdf0a08c0502557159b3be6ced7ff4e6a136595c 1,347 1.00/1.00 vMB 75
654,063 654,063 0000000000000000000388fcfd1937da627bd8b3b051d91d73b6598045c64ab5 832 1.00/1.00 vMB 20
654,062 654,062 000000000000000000050c61a9edc7ce0df5dc4adc20c60b21a6f0fdaaa41415 1,934 1.00/1.00 vMB 73
654,061 654,061 000000000000000000072a6e74f677bbc79cb2ccc7b54c80b5e6e166f9be4b0b 1,611 1.00/1.00 vMB 44
654,060 654,060 0000000000000000000a00eee7b574b641ba3ab3bfac1f1690545fc5e23c75b0 714 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 633.88 GB
    • Received: 12.23 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.