Memory Pool Memory Pool Refreshing

2,198 transactions
1.06 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
2 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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,921 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (50,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
857,414 857,414 000000000000000000023ebe156d792ca6683b30ccfed4651ad02e19c047f8b7 1.58 MB 3,923 4
857,413 857,413 000000000000000000024924797af5b8eb484f8e1f32296c0f17f2ee4554aedb 1.62 MB 7,199 3
857,412 857,412 00000000000000000001c3318b072dbb536873cc100edd932eb28c003e112eb8 1.64 MB 4,192 3
857,411 857,411 00000000000000000002ef22fc4a70acc61e3b7bcb9e2dcec64807018e3cbd77 1.64 MB 3,081 5
857,410 857,410 00000000000000000001ed7bef8406c1a0f994b395e4a40edd9d1a63560433cb 1.40 MB 2,267 6
857,409 857,409 00000000000000000000ad95e883c9982288d27606669bbbcb9cb1affe11044e 1.53 MB 3,391 9
857,408 857,408 00000000000000000001b1ad575f83505b59ff33d48f36f7e45872b3e59d154c 1.53 MB 2,606 10
857,407 857,407 000000000000000000011f74924df229832067b4a2946d3efd63517c8150f403 1.98 MB 5,942 3
857,406 857,406 000000000000000000027a199986119979614f4e3428838c6782a30931c6f26f 1.69 MB 6,784 3
857,405 857,405 000000000000000000004bcc10d77f5ba4e1a7286b04e5e75d3af0eab0222476 1.44 MB 2,330 5
857,404 857,404 000000000000000000001c28fc4b9769f83bf370955fa2f75a9227c3844ca042 1.65 MB 7,886 2
857,403 857,403 000000000000000000001d2c297bbe94477c3d5751ae423a20fd36d657324cc1 1.62 MB 7,899 2
857,402 857,402 00000000000000000002163c8bbc04fa3146ccb7152bac6c01dc9f668978208f 1.53 MB 2,700 5
857,401 857,401 00000000000000000001ba607ffd4a29d23fb3c4cf99dc74776c881d4f2d5989 1.68 MB 5,454 3
857,400 857,400 00000000000000000002e07621e85208e5e5a6c0de3a489e559bc14121ed729b 1.74 MB 1,443 3
857,399 857,399 000000000000000000003ed964422b43d80d5aacff517dc76cb6e4f157c76465 1.59 MB 2,393 5
857,398 857,398 00000000000000000000cd30fcbaf169293adb9712b7550e72a43d30989dc674 1.37 MB 1,884 4
857,397 857,397 000000000000000000024f5e96d590150c4ed926697c69bcdbe2d26b7b1f725d 1.65 MB 5,618 3
857,396 857,396 00000000000000000002acfabda6ae33e1c37f66f25a52b32b3bae8eed02f678 1.52 MB 3,392 6
857,395 857,395 0000000000000000000095f6a7d0a2823e070c279ebd75942e59ac1b230ce694 1.51 MB 5,178 4
857,394 857,394 0000000000000000000276c5ab7099b320eb24272c92e733184c4379896525bf 1.45 MB 5,959 3
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.