Memory Pool Memory Pool Refreshing

5,175 transactions (1.36 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 4 sats/vbyte = (4 blocks)
  • 7 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,978 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,476 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,977 (852,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,841 56,841 000000000d9fcf57bccf364d7da13210a0c7d3387160c96254e5620ca735e8a8 0.00 MB 3 0
56,840 56,840 0000000000a89c8343554235dcf94610781556fdede0a8e4644382d0d7e6f0c3 0.00 MB 1 0
56,839 56,839 0000000006210e47539e84abe4555f6f65c5fc02fb02077b3c6154dc488736fd 0.00 MB 1 0
56,838 56,838 00000000098ec13540b79b7dc404f3273a829ef4ff537568b78b3f137eb83d2f 0.00 MB 1 0
56,837 56,837 0000000006e36d32a326c7a31ee1ef465a1f61e1978b767fea477ee67bc327f1 0.00 MB 1 0
56,836 56,836 0000000002e0c9fd1e4e39618349449cd8c5d2d362d32d949e15ff95e8d98ca2 0.00 MB 1 0
56,835 56,835 00000000000d010b336362bd1fcb1e1ea35de1a84885a22950f5a122f01d4510 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.51 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: 1,867.00 GB sent, 104.94 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.