Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,102 transactions (1.95 vMB)

Priority:

  • 1 sats/vbyte = (11 blocks)
  • 2 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
909,358 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,128 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,357 (852,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,834 56,834 00000000092cab38870384315813cd2ca72801397f1d4135b6057156c2db64d6 0.00 MB 1 0
56,833 56,833 000000000a66bf3493db016cea3b4127fb0230298eb197af090567e4fdf2d47f 0.00 MB 1 0
56,832 56,832 0000000005cd96dc49ed83c98ce4dbcea4f952f40aad2610a4957b578db0d5b5 0.00 MB 1 0
56,831 56,831 000000000f444c97e226c9bc7b362987bc99df369ac9718377d2625398d75d67 0.00 MB 1 0
56,830 56,830 00000000127d8c888f0216ed11f4684a63d29ff1251a84c37fcc0f37dde1b100 0.00 MB 1 0
56,829 56,829 0000000006fb75f8355ea225ce79f6175d0a9babf6db51a5dd1c417131f54bb7 0.00 MB 1 0
56,828 56,828 000000000127a862aff45286dacafdcb1501a5b6c9f1ec8129e38cc568fd9c8d 0.00 MB 1 0
56,827 56,827 00000000097e711d26352f004d48a0418ed412eb6e2afc73876596d9741b826b 0.00 MB 3 0
56,826 56,826 00000000002bdd74553f52f8f170cfb1e4e7f38806619f2f3023da68d8726ee6 0.00 MB 2 0
56,825 56,825 00000000002e6662d8c948284ad5ed804f79f289b893eb4fea15ce9ce6cd3be9 0.00 MB 1 0
56,824 56,824 0000000008fb2d9c6bb2ad6fdd7e135dd5b4287985c4a3c01bd9f64b409f0296 0.00 MB 1 0
56,823 56,823 0000000005c2dfb576abef1cfb9bd9156fab4e2123a08bbab531336f77fbfcb5 0.00 MB 1 0
56,822 56,822 000000000159eff52ca89012f3299e5c366bfc71fa9dd94f7dd6c4d3227b81ca 0.00 MB 1 0
56,821 56,821 000000000194593dbe00b9b226fc9a176d5ca3eb75c196ac1d118972fce87b10 0.00 MB 1 0
56,820 56,820 000000000414456d4592156d75dffb909b92eeea434eb33f3f19b4ff2163a28a 0.00 MB 1 0
56,819 56,819 0000000001b9e2486d37420a91bb8fa8705d54f458916b545851966bc2b3a401 0.00 MB 2 0
56,818 56,818 000000000ab6e129957cb4dd9b36ee998d5b7612a4f6e009cd683c375f393a8d 0.00 MB 1 0
56,817 56,817 000000000086c6e5d73b43971f6da78c0f1b39743b4847d933535590d5667174 0.00 MB 1 0
56,816 56,816 0000000012ebfb394feb17c11bea4e558035432cce8ba0501fc63665dbdbf487 0.00 MB 1 0
56,815 56,815 0000000010c6e5332cd893bcfd8644b86b7ca73d52249c0a96c16682f071c6d6 0.00 MB 2 0
56,814 56,814 000000000dfe03a4b338bf24dc21174993ab69505a9944f625e5a7027d698517 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.20 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,068.36 GB sent, 109.17 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.