Memory Pool Memory Pool Refreshing

8,676 transactions
4.09 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,485 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (13,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,802 893,802 00000000000000000001b6358adcc27e89dd5fabfd424fdb6218211e5a7c5d02 1.91 MB 3,877 2
893,801 893,801 0000000000000000000235a48643f2dd128c0ddbed220fd0dcd7e6cba30d7e8e 1.35 MB 1,724 3
893,800 893,800 000000000000000000020b691d7ac4eb9ccf85fa6c73a8e9d2d1342e91b86e59 1.28 MB 1,968 3
893,799 893,799 0000000000000000000107ba3c735b27e7b64ce4d072357b2e74dc33bd7c9f15 1.53 MB 2,615 3
893,798 893,798 000000000000000000014125e8f5eeb1e3a0b6a4fa2fb455f57aa1efbe34118b 1.58 MB 2,911 5
893,797 893,797 00000000000000000000f1b4d3480c57d16f55a8086e44806a81702c3aae180a 1.60 MB 3,788 7
893,796 893,796 00000000000000000002047aa56932dd821df8685252ffdf315bcb2f6c216ed2 1.32 MB 1,829 3
893,795 893,795 00000000000000000001634d007286191d2011075bfd666eb09d2919dc14fdbf 1.47 MB 3,399 4
893,794 893,794 00000000000000000001751317844dc765cdffd262bfcb2f64f107d671f69e35 1.46 MB 2,728 2
893,793 893,793 000000000000000000009c221eb52e498e3c584be53c22701b30e230f913a1da 1.62 MB 3,717 9
893,792 893,792 00000000000000000001f18c4a02855779ea3c7538daa4b79157cd1ebca00470 1.56 MB 2,472 3
893,791 893,791 000000000000000000003686b13b358a6aba0c47cb06be8e747fc96b089c23f8 1.58 MB 2,027 2
893,790 893,790 00000000000000000001f562c01f907dab10e2028a5e74ae6667e061adab2ced 1.65 MB 2,837 4
893,789 893,789 000000000000000000012ce1090a24fa8ea14897625edb1bf341261696ec7600 1.58 MB 3,701 9
893,788 893,788 00000000000000000001910d6236550c5c5e26e1458e52426b354a091208205d 1.61 MB 4,082 9
893,787 893,787 000000000000000000023c513cbb99474992f1d5f1634ae68e5f03f32b93e7d3 1.56 MB 4,008 13
893,786 893,786 0000000000000000000214a6b5a0f37728253424ccaa2f4943bd1a4a06f2310c 1.53 MB 3,968 14
893,785 893,785 0000000000000000000007e5bd828ca96ea656868870b70b4f08710ceb11c15f 1.32 MB 1,335 2
893,784 893,784 0000000000000000000072235777bead6cf2492126cb58ebd63c216a1c60e427 1.58 MB 3,595 6
893,783 893,783 00000000000000000000a54286bec8d6aa7146c8166040c4c9b6697006318180 1.33 MB 1,413 3
893,782 893,782 00000000000000000001d0c9a1e5b078400ff93f9e8e8be0a1678e659f6cf9c1 1.55 MB 2,938 3
Previous 10 blocks ↓
Total Size: 769.03 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,625.17 GB sent, 93.02 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.