Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,738 transactions (1.82 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,068 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,484 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,067 (5,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,536 905,536 00000000000000000001a7fff19b9c6ff1ba9a2e0eb13a6152091dbce67a9377 1.60 MB 3,727 6
905,535 905,535 000000000000000000008eb9b8f4f62df3710e928c07115088f235944c397d00 1.60 MB 2,623 4
905,534 905,534 0000000000000000000075fe6f0070047ca2d62da127664decc331c09b3e5372 1.68 MB 3,150 3
905,533 905,533 000000000000000000010fa2069c6ddb0ad07a1774cb16710a93b0e529a44399 1.83 MB 2,987 5
905,532 905,532 00000000000000000000fecde8c776758ce6b4c387f09c410b9fd1cf1768f3ae 1.60 MB 4,030 6
905,531 905,531 000000000000000000019bf51d32adc453fc406167e75c634764f195c5877eaf 1.63 MB 4,058 6
905,530 905,530 000000000000000000016c615088da842bee17e4b4862b9b068f1a6fb3210885 1.64 MB 3,444 5
905,529 905,529 000000000000000000004f9e69959ce1c4694d2de023ee372f5f0c2e0b78f3ed 1.65 MB 4,047 5
905,528 905,528 0000000000000000000089408a5f60a64a9c7a19c605d512699f22226a6c0196 1.59 MB 4,119 8
905,527 905,527 000000000000000000008e9597af05e71823af1143b9bab6d3f05845a5478adb 1.58 MB 3,756 9
905,526 905,526 000000000000000000019010dad01c719b89a375eb6bbe0473fce2257f96b301 1.57 MB 3,607 8
905,525 905,525 00000000000000000000e558c5161eb32f1a0283e4f066f265abfc33a5c18cd9 1.64 MB 3,208 4
905,524 905,524 0000000000000000000211c8ff940afff1eb99e19595324324cb1ee296ff8367 1.75 MB 2,989 5
905,523 905,523 0000000000000000000094566d1cafde3d5a9c3d65a75b97f7d30fba72e23412 1.59 MB 3,646 6
905,522 905,522 000000000000000000009aed949ab7bb4a93d58deba1e242cdbd1825d044498a 1.64 MB 3,571 6
905,521 905,521 00000000000000000001dc6c51b2a33975dd97f69abf9a2d2479c3824216a5d2 1.61 MB 3,536 7
905,520 905,520 000000000000000000021bfa0af7ddd4fa9532d6f70473ffe00776ec255455fb 1.62 MB 4,235 6
905,519 905,519 000000000000000000005fe34faf7856956a2b523ce41684ee593d1d5a0f2ce2 1.71 MB 4,565 5
905,518 905,518 00000000000000000000af0a25bfc3b523f08fe123bb1310071153289310b37b 1.76 MB 3,849 3
905,517 905,517 00000000000000000001f9c960a9024ee764dea0f1f120f61a976e1f9447e001 1.58 MB 3,632 4
905,516 905,516 000000000000000000012d681332107bdeaf697dc9ecfd57ee19267b44ca7890 1.52 MB 3,175 7
Previous 10 blocks ↓
Total Size: 775.37 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,367.53 GB sent, 125.63 GB received

Notes

  • This page updates every 5 seconds.
  • 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.