Memory Pool Memory Pool Refreshing

6,680 transactions
2.71 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,162 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (50,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
857,422 857,422 00000000000000000001a5dbac789f94eb6e111bb62f848cf6c36e5a733a865b 1.64 MB 4,987 4
857,421 857,421 0000000000000000000042ca43ef13023e048bc83f634778dc737c5f9506e122 1.62 MB 3,791 5
857,420 857,420 000000000000000000008bae80eceb5a409aeb36d97b84d72953eb055dfde893 1.88 MB 2,998 5
857,419 857,419 00000000000000000001488bd539f937e56c5e22297a8b0dff84f51cafaf622f 1.57 MB 6,353 3
857,418 857,418 00000000000000000000d69f2d482f0e073a8e31ba36cb4502f245655c8badbc 1.67 MB 6,342 3
857,417 857,417 0000000000000000000338a775271a4302c6942a27d1f6ac2565f4e6e3fcea63 1.62 MB 7,330 3
857,416 857,416 0000000000000000000312103f1c749adb56bfdfb3f712f58abbf59667f4ae44 1.63 MB 3,956 6
857,415 857,415 00000000000000000001724f042c9cbe7f1c6c11cef248783cfc078bd9400db1 1.59 MB 7,001 3
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
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.99 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.