Memory Pool Memory Pool Refreshing

5,116 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,701 (291,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
615,844 615,844 00000000000000000008dff7b0e0ebfb56d7e4bc69a869dc0057d761021e3a3b 1.34 MB 2,056 9
615,843 615,843 00000000000000000006cac1232aca01763673dc681eef4202522e4377288e63 1.28 MB 2,705 19
615,842 615,842 0000000000000000000dc8e80bc23c556b59d5262faa28906ea999b3a2cd48db 1.57 MB 1,843 9
615,841 615,841 000000000000000000007f4b3da81fdb5c0c5c887fe35f26df2c2e4c0debf16b 1.56 MB 1,789 9
615,840 615,840 0000000000000000000e616834087673d92543717cd153da9ab917901170659b 1.45 MB 2,192 10
615,839 615,839 0000000000000000000aabc2fa7b4f60ea2d1a24e093cdac0f4b66fafac3fe77 1.27 MB 2,243 6
615,838 615,838 00000000000000000008fca29310c2467a06f93af412a8e6d714d673cecd07dd 1.32 MB 3,264 17
615,837 615,837 000000000000000000005cac256372e9aff2ad0af5784e5270876e553a28c49b 1.46 MB 2,837 22
615,836 615,836 0000000000000000000b7d1e3e4c30ce513725b92041f324dd3698f2d9cc1982 1.73 MB 804 5
615,835 615,835 0000000000000000000e9acb0cffa2fd775ee0c22c0698454ad625e5018ff4fa 1.71 MB 970 7
615,834 615,834 00000000000000000004f39f05c3dab5308e3e0c6a00bcd8ca282f2301fcf719 1.62 MB 1,603 10
615,833 615,833 0000000000000000000b04e64fa0bb2719343bda0e8b953e40b3d7119fc7f353 1.72 MB 903 6
615,832 615,832 0000000000000000000aa19b9c59f00d49261ea1d89a93e922892b5f45058f39 1.62 MB 1,020 7
615,831 615,831 00000000000000000008d820bfbb7b50c02034bedd6756bf7079cabb08e5658c 1.11 MB 2,277 9
615,830 615,830 0000000000000000000a7e2b02fed2386d48d060b9a9c5c715e43087a2cddeca 1.30 MB 3,329 18
615,829 615,829 0000000000000000000122484b02b936d5e30f7e496002d634645f9a5d126b19 1.42 MB 2,636 25
615,828 615,828 00000000000000000004264b7cdda8a2550d9f0518ba8e546ecd8347908367b0 1.28 MB 2,806 12
615,827 615,827 000000000000000000067013ebaa466b90b2c53cebf264ea44b6179fed17944d 1.35 MB 3,407 20
615,826 615,826 0000000000000000000dbac9c42b700f900acdf9ac7b9b6145397de426b368d7 1.30 MB 2,885 27
615,825 615,825 000000000000000000099a80aeaf8edc623340740804f4bc5bc239bcc124f55c 1.26 MB 2,605 16
615,824 615,824 00000000000000000001963721bd5416eb26458f5399fa7974f0bc1249ee8bb7 1.20 MB 2,892 16
Previous 10 blocks ↓
Total Size: 768.99 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,616.54 GB sent, 92.75 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.