Memory Pool Memory Pool Refreshing

3,649 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,735 (514,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
392,918 392,918 0000000000000000080633ea81702e5f23b647a0702fbd33ec564c6ad103f196 0.93 MB 2,199 40
392,917 392,917 000000000000000001c1f80581e7d674587026d854510026b04c2a4c4fdeb2a0 0.77 MB 1,082 21
392,916 392,916 0000000000000000070fe66cdfb7d6b6052998f138a7b0d7add803dfffdbe9a8 0.75 MB 2,015 43
392,915 392,915 00000000000000000897b6c2da07f32af46eef3498848a853bcb0f1c31057427 0.93 MB 1,642 31
392,914 392,914 00000000000000000649f0af644d6c91153151e9436eb7f51987920423c0259c 0.05 MB 51 3
392,913 392,913 00000000000000000306842e465d6999f0c6056a02e21e27541e88e4e37b6908 0.93 MB 2,270 36
392,912 392,912 000000000000000004ed358190035c482d2db4f9071ed5667e5ba399e23eebea 0.48 MB 525 27
392,911 392,911 0000000000000000002b7833500d6e131b5370e4986c1a7918a2b55e3c6cd0ba 0.93 MB 2,377 46
392,910 392,910 000000000000000008970973a46710a1b0e226702507193e619a1e3ddda6a7b3 0.81 MB 1,545 39
392,909 392,909 000000000000000004c35b9749d5dc82cf4258e360877e355e62ee375ba4be2d 0.54 MB 752 22
392,908 392,908 000000000000000002869fdf65d210e4d30e11bc8ecd5aa595e6281f3f72bfd0 0.61 MB 1,320 38
392,907 392,907 00000000000000000249850ab9db80ee7a4512d744aecb0f0b80bf7ee82faf5d 0.93 MB 1,666 29
392,906 392,906 00000000000000000026ea9b1dc6e2b830e80d360061f163bcce9cbb02160023 0.93 MB 2,089 38
392,905 392,905 000000000000000008ebd0ec66d421c8063f34f8f9ffe423e7361b5428b7223e 0.99 MB 760 12
392,904 392,904 000000000000000001ba0db9946bba40c9cb27513994075be1602d8f4bb36157 0.75 MB 2,236 50
392,903 392,903 00000000000000000a22a765951748ab36319701516141efee33762eb3d1503f 0.25 MB 114 6
392,902 392,902 000000000000000005d5a4566f1d3bad5518a1a3769b15916721587ea165701c 0.69 MB 1,497 41
392,901 392,901 000000000000000002f4316698b0b62d366828140e47fd0d4c635243dfddf934 0.99 MB 1,363 22
392,900 392,900 00000000000000000043386f687422f6840b2b64ea32c673592c517400361722 0.91 MB 1,757 32
392,899 392,899 00000000000000000883ea03e55ed9c4254d96c4fdef25bf58482a53459eb528 1.00 MB 1,569 28
392,898 392,898 000000000000000000b54298d13817d2502d1d89ac06ba5b5d63e6ee7c47e04a 1.00 MB 2,406 42
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.