Memory Pool Memory Pool Refreshing

8,447 transactions
3.84 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (460,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
447,018 447,018 0000000000000000001e8b270c12af4094dc7eec71e6610cf3d88fbffdc9cd6a 1.00 MB 2,129 67
447,017 447,017 0000000000000000012085ed98a1f9b31dc6ae781afcd7a18f40a4a9f51a5e93 1.00 MB 1,736 79
447,016 447,016 000000000000000000a113b716498286559130835ad7c1b54478bd2f7522a5ac 0.93 MB 1,823 84
447,015 447,015 000000000000000002371145e9ceafc966b691a20ab819e5d22293d23e695515 1.00 MB 2,033 99
447,014 447,014 000000000000000000ee41504790dcba2645b37c912b3d0b07ee21f7a7bb60e0 1.00 MB 3,056 68
447,013 447,013 0000000000000000016ce87491b96a3ab36813e3cb404204ae2ebbd603f8dfc5 1.00 MB 1,581 74
447,012 447,012 000000000000000002e0592ceb1a0426335ad3aa074956353405d1212e7054dc 1.00 MB 2,453 74
447,011 447,011 000000000000000001be9492dfcae025ceb0269211b571ff830e57598df1b93a 1.00 MB 1,784 69
447,010 447,010 000000000000000000dd39461ecd1c5bb7433e56f6ba9de9b80a8dc1eae1ccee 1.00 MB 1,644 80
447,009 447,009 00000000000000000203750350de2a8f2129756436111c25100801fa26b9e5b1 1.00 MB 1,962 87
447,008 447,008 00000000000000000199374c526d24e9f086f8a5eb0ee05a23e36df9f20249f2 1.00 MB 2,181 110
447,007 447,007 000000000000000001c9d1bbef7e682120b55ef5a9e6a47cfd12721604f68af9 1.00 MB 2,676 102
447,006 447,006 00000000000000000289a2c644f6f8ab7de0b705d33981724193d3064a16678e 1.00 MB 2,408 113
447,005 447,005 000000000000000002d6876696f1e075c59ce88c49cc7c15a5e449b7c7ce8e7c 1.00 MB 2,844 103
447,004 447,004 0000000000000000009077a286a8e4b3e5680c29a6ff3a21decf101738842fef 1.00 MB 678 120
447,003 447,003 000000000000000000a9eb3cb510f0a43994dceab91c71d8a76b36019810ac6f 1.00 MB 1,591 81
447,002 447,002 0000000000000000035e55a300d478193ee7a8bca68848f90f6a8745a73288d6 1.00 MB 2,519 117
447,001 447,001 000000000000000000734f6c23303f2d82ae7d78188b3db104c6d8cf1650a384 1.00 MB 1,932 68
447,000 447,000 000000000000000000321ed453735fcebb83f38316405c451b30b5fe0215b293 1.00 MB 1,624 62
446,999 446,999 00000000000000000064c68b51f01e67f0ede191381e58b19bc40e3bee04e652 1.00 MB 2,187 72
446,998 446,998 0000000000000000024473062aee4644a7f24c824c7fdf4cdfe316b96cc21bb9 1.00 MB 1,728 72
Previous 10 blocks ↓
Total Size: 769.03 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,624.94 GB sent, 93.01 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.