Loading Tool

Explorer IconExplorer

Memory Pool

36,296 transactions
27.59 vMB
0.06286711 BTC
Random Selection Loading Transactions
Max Size: 138.92/200 MB

Candidate Block

Mining Attempt acd32cf24037fadf79a0f73b2e0eebc80e26cd33976105322058bdc12eef8c5c
Version 20000000
Previous Block 0000000000000000000141edea387271cfa939f1c4e7740f679098889b1d55ec
Merkle Root d5bd51808bf52bbd6c569593a39910a5b62e7db46954957f0b2c1a1c5fca46a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,611
Size: 1.00 vMB
Total Fees: 0.01039645 BTC
Feerates: 101.47 > 1.04 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,624 (260,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
654,059 654,059 0000000000000000000df8e0ab6bdedd9c4bb5deea9c678ded890b5e440905f2 1,526 1.00/1.00 vMB 63
654,058 654,058 000000000000000000045041e8dc516c38b205c5a1e184a13c628730d5e698e1 742 1.00/1.00 vMB 11
654,057 654,057 0000000000000000000ab41825e8574cef6aec92abb51024f80b96107ef14632 1,609 1.00/1.00 vMB 16
654,056 654,056 0000000000000000000a1b97b89a495aacd0706e055811444ed56cfebb347dbb 1,259 1.00/1.00 vMB 48
654,055 654,055 00000000000000000003cb13fc19a00307e81664bd6862b04c7f60128591754e 1,190 1.00/1.00 vMB 52
654,054 654,054 0000000000000000000ac014dc148418edd26af230ddab1751d5b89d246f3152 1,113 1.00/1.00 vMB 95
654,053 654,053 00000000000000000004b285fcc212df5ed3c469b93766baf38591b51f8e68c8 1,967 1.00/1.00 vMB 102
654,052 654,052 0000000000000000000d09d86ab2ac1e06366d2275d55f3d85a41445b034c7c9 812 1.00/1.00 vMB 39
654,051 654,051 0000000000000000000c25b3cb2ccf3376caeb803c84e64817a2a715d260e38e 1,620 1.00/1.00 vMB 86
654,050 654,050 000000000000000000038ceaa9ddd76430debbfd66975a57e15130c8e0fd8a36 2,953 1.00/1.00 vMB 16
654,049 654,049 000000000000000000080a75d5c3e68c5af3de0ea5761c0a2d6d40f4525d7b7b 1,754 1.00/1.00 vMB 16
654,048 654,048 0000000000000000000609f0bfeeb4e3dc1cddfd69fa9868bec6f0c2ed1e262e 884 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 781.73 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: 630.05 GB
    • Received: 11.97 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.