Memory Pool Memory Pool Refreshing

3,296 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,915 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,464 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (636,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,040 271,040 0000000000000003124f124c09ddea914b3f9a5af288b0e56112c3707f5e0e18 0.03 MB 94 54
271,039 271,039 0000000000000005913c11c593652901957a8ab0b9d8d37944ec3ed7070c8ab5 0.14 MB 286 53
271,038 271,038 00000000000000041a4fe7e9fb0fdff4a6762157721cce62a902b416dbea61a5 0.03 MB 70 14
271,037 271,037 0000000000000000c332d230c93a9f554fd2894e5bf12fb4020f713a198d1735 0.25 MB 467 46
271,036 271,036 0000000000000006cab6b620370c7b6c6029bd4483a410bad6ffbf3359a39ea0 0.22 MB 340 34
271,035 271,035 0000000000000006c6ca2ce5d1127abb37b7cc884330a45826542faac77161b2 0.49 MB 755 44
271,034 271,034 0000000000000001c94ed687d6294b38469f02530a4fe677a9506343273a3f90 0.50 MB 528 31
271,033 271,033 00000000000000038dfc24b151e4bfdced953ef15a6f6b16f66d8fbb0062ce92 0.25 MB 630 73
271,032 271,032 0000000000000003a739af0250b8e0fcb9032286a0ce099cd571f77999c15e3a 0.50 MB 1,201 63
271,031 271,031 0000000000000001183cf1938f24dba2b51859b0c90e1a94aa85d2275dff3f38 0.04 MB 130 33
271,030 271,030 0000000000000004be4732fdd0d9591c22297df87376bcdc508cb8e5315042d2 0.19 MB 416 51
271,029 271,029 0000000000000005aa98617255e2779227ba10c118c3eefeb63e4dd14a230acf 0.16 MB 175 26
271,028 271,028 0000000000000002b58866aa20ebb241d617c78a1e07ca016f1eb5af6203c1e0 0.27 MB 311 19
271,027 271,027 0000000000000002d3f74088436c18b07ccdd73bcdea371c58cac672d5c13f18 0.06 MB 147 41
271,026 271,026 0000000000000006ad2a70ff14233527e6a8403f50d9a4c09218fa221e3842b7 0.04 MB 52 12
271,025 271,025 000000000000000097f386f41d1d9c201404446277dbf63b38c21153ef3d19ec 0.25 MB 476 58
271,024 271,024 0000000000000005959e7b5d0c9c6c25c09199518085256d11c082791f6a3ca1 0.05 MB 102 47
271,023 271,023 0000000000000004ebde1ad0cdea02d91b5c5f6f57cf7474a85a34ce45cde2a3 0.16 MB 278 60
271,022 271,022 0000000000000004f822458b8360a2d0b9afcfb5134f6440828537a5813b4d9f 0.26 MB 379 44
271,021 271,021 0000000000000005d09339117919df85b42c53a259112a9f3a925aca0434dcaf 0.25 MB 478 51
271,020 271,020 0000000000000000c05200a0696b3299469996b7d0088d723d74ebb2c09cf187 0.25 MB 594 54
Previous 10 blocks ↓
Total Size: 769.38 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,644.17 GB sent, 94.86 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.