Memory Pool Memory Pool Refreshing

1,106 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 sats/vbyte 3
1 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,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 155 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (232,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
674,849 674,849 0000000000000000000a6c6c8bcc4d5f8ec09fa579eaf09060c197ca15247794 1.29 MB 2,560 95
674,848 674,848 00000000000000000006870c2891b440c277a87da6219ad90b19dddb543e8ee9 1.26 MB 2,345 112
674,847 674,847 0000000000000000000ca94c329777c473d6e9a0abbbe5d17342603cf2afd0c0 1.35 MB 2,521 116
674,846 674,846 000000000000000000053bbb2fdd7e72feb6e19f434d686eb11455c1427ce147 1.29 MB 2,441 98
674,845 674,845 000000000000000000069f46198a6a007ecf25560cb871a19aad16e6080cf6d8 1.32 MB 2,441 113
674,844 674,844 0000000000000000000875040c430875defae01ae9a268ce62280bc1b42e7d9f 1.20 MB 1,677 43
674,843 674,843 000000000000000000099e8a6934f467c09471f05d87b5ab98385dfa740573a2 1.20 MB 1,180 32
674,842 674,842 00000000000000000004340be2a5f5b1b5fdcaab2a6b1784ee1f1ea86250b51b 1.02 MB 259 10
674,841 674,841 0000000000000000000ce826e099ac9bb82db6b306df5fc9cabe3f62c2c04d7b 1.73 MB 653 8
674,840 674,840 000000000000000000046e98e8bbabe394a0e300d756810879cafb3c238a06a7 1.69 MB 1,269 15
674,839 674,839 000000000000000000094fc301180c9d5a2e5dd1e3e964928616bd1512abdb47 1.49 MB 1,830 66
674,838 674,838 0000000000000000000b396cce7408569886b70501b4439193692a4203b86906 1.34 MB 1,874 39
674,837 674,837 00000000000000000009fce8937d93e1bd2a20492c6030a98451316be1fcee7a 1.35 MB 2,683 109
674,836 674,836 00000000000000000004bc2ceae534e9d82f5b32d707aac8953419cb9d617248 1.35 MB 2,385 88
674,835 674,835 000000000000000000085b2466a9b5d132b3074002e91f861c57089743fa5ccc 2.13 MB 147 9
674,834 674,834 00000000000000000008d85558c1f0c11d23e99148b837918846a0201488a86e 1.77 MB 408 8
674,833 674,833 000000000000000000070453a05ac659fc0eb910c74b5a52ea3b8086bf84b112 1.36 MB 2,065 63
674,832 674,832 00000000000000000006cc33f011d533663ea90b9d0c27b6f234f62bf1faff08 1.23 MB 974 86
674,831 674,831 00000000000000000009c612b12ad28df7bbe0cd5893fa7a43805e0021c3bae0 1.72 MB 843 11
674,830 674,830 00000000000000000003ef48a9b7c45d4826e91dbf792de0bab3df92715433a9 1.49 MB 1,423 24
674,829 674,829 000000000000000000058050ba0a9d5223006bc440673c2cd03a8c88c600a2c3 1.35 MB 1,929 21
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.