Memory Pool Memory Pool Refreshing

2,745 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
905,923 000000000000000000023aa60000000000000000000000000000000000000000 ago 1.00 vMB 2,280 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 905,922 (753,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,090 152,090 000000000000070802ddc172519300a9e016c1ffe9afe3756ff914beebe09394 0.00 MB 11 72
152,089 152,089 000000000000037d6026d27a454cd37e1d13f8d7f6cee272c59d66a09481b838 0.00 MB 9 32
152,088 152,088 0000000000000483524acb9834309e2e3cef57b6c9ea02bdc6e4804a373a6b75 0.00 MB 8 562
152,087 152,087 000000000000034362cbb9a8c676a4306ee23e842e069ead827d2d1cce8f46fd 0.00 MB 8 58
152,086 152,086 00000000000002ada7f684f3784052704e6d1b6d2607becf80153c57e846fa8a 0.04 MB 102 40
152,085 152,085 00000000000002a8eafaca55c5fdf809bd64c9c379b94159ffa7e907502e3f87 0.03 MB 69 44
152,084 152,084 00000000000001aadae93ab0278f29c305b84019946af5237a932becccb17ca2 0.02 MB 55 128
152,083 152,083 00000000000003fb31a4ac6e628e48339e2685b73fe2fbbb3b8a448e47c5f7d5 0.01 MB 22 17
152,082 152,082 000000000000002771e665f696837eabdbc67cd82658defbb335e0eb364ff38a 0.01 MB 16 168
152,081 152,081 0000000000000dcc7a9a1b08b43ef33ac69daefcec2730105ce7ba8568ce4462 0.00 MB 5 145
152,080 152,080 0000000000000107b10ecefb4adf2e758475ebe576c9bf6bf169c0c14d019c02 0.02 MB 65 69
152,079 152,079 000000000000012499d02ecad6da2d1977b4b529b3cdf7766b8d4b96caccb241 0.01 MB 27 159
152,078 152,078 00000000000000c05a24350b5f5c76415b27c6fd70d64daf76c7fb637c01205c 0.01 MB 44 204
152,077 152,077 0000000000000a907b0236631ab997b7383f89bcc903f56fffd32ba9ae063d91 0.01 MB 36 24
152,076 152,076 0000000000000326cd5818ccdb8f6be64663fe4d13d26e346e6ea60858be2b34 0.01 MB 27 93
152,075 152,075 000000000000043e25f818ff5b867c705841d7ba0a9df2253f4b3a555d21017d 0.01 MB 28 152
152,074 152,074 0000000000000b27e0f4dbf66221b1615602eb58c2bff34bede9295ef6411791 0.01 MB 28 0
152,073 152,073 0000000000000a7b5458caba6a45bc9fa0060098201b8f8113011c2644384431 0.02 MB 57 16
152,072 152,072 0000000000000c6bc8d7cc7884c7db840bfbc987c2a9c7cdb68aeb7f2eda3e35 0.00 MB 10 63
152,071 152,071 0000000000000de116b59f36690514a98aca7c1c0515ae9a1743f4aefa2b42f8 0.00 MB 3 103
152,070 152,070 000000000000053df58b71f1b0d453af45dfcace521273ec74053884a0588e05 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 765.79 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,366.45 GB sent, 76.23 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.