Memory Pool Memory Pool Refreshing

23,374 transactions
37.74 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
10 sats/vbyte 2
8 sats/vbyte 3
7 sats/vbyte 6
6 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
880,104 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 1,131 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,103 (128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
879,975 879,975 0000000000000000000069c21e1b5f4be425ed822d094162481a2f55bb336689 1.68 MB 3,146 7
879,974 879,974 00000000000000000000b3cc9172a9b13801db9b57f17a2374b87b45fbb4affe 1.57 MB 3,692 4
879,973 879,973 000000000000000000027f6451813d8a39646a1ce588ed527b37ddc7e0edbc2f 1.60 MB 2,534 4
879,972 879,972 0000000000000000000081c200e211df4b7472e3c2b92f9afe1872c6ca2d3d6a 1.67 MB 3,369 3
879,971 879,971 00000000000000000000edb70626f79e646aa6c88b320b791ebb73a4fa3e9690 1.59 MB 3,440 6
879,970 879,970 00000000000000000000b5368016722603a60543e84bbaab02a8a8dd112c43db 1.47 MB 3,045 5
879,969 879,969 00000000000000000002661213ebe21bb2454a4ca99377f07e2c46321699f9f4 1.55 MB 3,816 6
879,968 879,968 00000000000000000000b09ef070c117de4ef137bd5da15ae5b454a1db48b3f8 1.56 MB 3,587 7
879,967 879,967 00000000000000000000c7735cc0eed5f1780eef9b61adf6714addb35b43eefb 1.56 MB 3,916 9
879,966 879,966 000000000000000000023bbe7d36f90769b60bf6f8c15c1742e242b65c4492aa 1.57 MB 3,465 5
879,965 879,965 00000000000000000001431a5f82d72ae5dd302128b8b2cbeb3bee3210f5c00d 2.01 MB 1,773 2
879,964 879,964 0000000000000000000209c148e78b9a135005c1eef2580c44d962585eeca48d 1.58 MB 1,693 2
879,963 879,963 000000000000000000021ce90f32943e45bfa084cc838121797f24d688991e5e 1.60 MB 3,716 5
879,962 879,962 00000000000000000001bc9b7b2be7b7d4996516c6e28abd1db185ae5c971f3f 1.65 MB 2,389 3
879,961 879,961 0000000000000000000015ed7acc7e4c7e97e272cbeda0068a60b5a352761971 1.53 MB 2,728 4
879,960 879,960 00000000000000000000293990d3b7b677d0ff5da24f6e1d3afcdb23ff825045 1.56 MB 2,510 5
879,959 879,959 0000000000000000000187a2004fe06a6ae8e13ff2b7403256d60ba378f8db44 1.65 MB 2,992 5
879,958 879,958 000000000000000000019ce7029c85d34aebd41f85f3a1572c639c64cfd2b9ad 1.61 MB 3,865 8
879,957 879,957 000000000000000000009c699a0b68b27f9f40b0ecf3efb3dabb14b0ec4ae7d2 1.56 MB 3,756 9
879,956 879,956 000000000000000000000512a12c621b568b5fc1c7fa057c505025aecf3d6203 1.60 MB 3,067 4
879,955 879,955 000000000000000000011a7ad5b464499cd83cb25b6ccf7bc82442ef95115352 1.57 MB 2,595 2
Previous 10 blocks ↓
Total Size: 718.52 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,720.35 GB sent, 58.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.