Memory Pool Memory Pool Refreshing

11,105 transactions (3.03 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,049 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,455 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,048 (885,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,611 23,611 000000005632e85ca9316897844f07c89ebba9c08777d96248ee730669d61365 0.00 MB 1 0
23,610 23,610 000000008563b7390aabf57cdf2fcf52e8f15dae4943b40a3d5bb0172d76057a 0.00 MB 1 0
23,609 23,609 000000009f5e6c82bdd25151460d2a9aa8fb8fda8c45945d85f3fb15efb8e5c5 0.00 MB 1 0
23,608 23,608 0000000057dff9ed5704bdf52cb28363242f3be3c9a7a11e03366dae5a1fc543 0.00 MB 1 0
23,607 23,607 0000000054169c0721866af1d50884e64e30373ae410b4f9188361629b1f9105 0.00 MB 1 0
23,606 23,606 00000000f407bc8f2a7de519d160ec3ef9685ec127a443f57ae00f88f5e8d238 0.00 MB 1 0
23,605 23,605 000000009352991b47a73cb97ddd1fcc0636011c8a001a85588bcac167f906ec 0.00 MB 1 0
23,604 23,604 00000000b374c4f15e013f1541e2ec89c9d69d061af3712e94f56ee23d055723 0.00 MB 1 0
23,603 23,603 000000004f98676be08fcd37ed9dc8b155d83a7468023a033831ca7a3e8f0064 0.00 MB 1 0
23,602 23,602 000000004a537040636136f096456fd322970092767cb41848380e6f0862bf82 0.00 MB 1 0
23,601 23,601 00000000e034b28f2c68acdd240484d099e96fa6fbc554649fb917ae0dfc1099 0.00 MB 1 0
23,600 23,600 00000000800a83c7a66e584959b61ee47137b05b65cedbc4d6a30dd940448124 0.00 MB 1 0
23,599 23,599 000000004d6c3611b4776f9f350fef7d33f12c5443f16c48b5fd999513d41f8d 0.00 MB 1 0
23,598 23,598 00000000bc287c9bc1513af032432294b92bd37f1ba53f82e7f288667116fe73 0.00 MB 1 0
23,597 23,597 0000000002a2222b59e73c9efcf0e3de45ce255247927a27403ed74c5d7b950b 0.00 MB 1 0
23,596 23,596 00000000b4c4fe3e28a2e909e4364e6dd9a2b5aadf326280720290030383821a 0.00 MB 1 0
23,595 23,595 00000000516c17f354edd90224f10a7189880ea289438fc0e5d17a6440792f18 0.00 MB 1 0
23,594 23,594 00000000fd650986f40e3bb17a7623d5d6b3e6079ba97618bed097f58d6c0245 0.00 MB 1 0
23,593 23,593 00000000601c76fda11d1c125216763805760d9e644b79e18d0a0c8af0cd222a 0.00 MB 1 0
23,592 23,592 000000003fd5e35c776280b481e6e33f43cebedd6078288224a4f71f41d22b6b 0.00 MB 1 0
23,591 23,591 00000000b78be207d0dcb04aa6701446f309891cafa4f98db90dafd44854b10c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.64 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,896.71 GB sent, 105.71 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.