Memory Pool Memory Pool Refreshing

1,898 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 1,898 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (550,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
357,129 357,129 0000000000000000032d9c0fe27bc01c1774d2f3a614665a3bd2cda61b42796e 0.75 MB 1,491 26
357,128 357,128 000000000000000000544c51a04881f22f3f6cbdb35a71517ceaeca4e53adf7c 0.18 MB 311 20
357,127 357,127 00000000000000001252a06a60a9d3c1425447d623defcd77154a49fbad3640b 0.62 MB 1,328 28
357,126 357,126 000000000000000008c5c642d8202842ad20df1111da9f1fc9b7cc9b2b5800cf 0.23 MB 517 30
357,125 357,125 00000000000000000b734710d26f8409ceaca2f48a97886fddcdc8c424591677 0.10 MB 125 13
357,124 357,124 000000000000000009ac17fc5183a6e141d7754830b3895c59ea7081dc1eb567 0.69 MB 983 19
357,123 357,123 000000000000000013104d7a522cb50abfebd40f3f6e07ba1f080b732d676ccc 0.75 MB 1,952 36
357,122 357,122 000000000000000005763de6ab2cfc1112aa423413674452d3fe481e0eb6d1ea 0.17 MB 330 20
357,121 357,121 000000000000000006d7a2049b623615f28cdf5c6d4b988062ade671a949cd27 0.10 MB 117 15
357,120 357,120 0000000000000000143a82931c4e84241d2b3b21c48359d715a6d93b3132de1b 0.08 MB 72 11
357,119 357,119 000000000000000012d721a92045e1d3f1d561e3578ec00154940e422425a3ea 0.32 MB 514 19
357,118 357,118 000000000000000012ff3d59f28cfc5ea1e9908d21bfeec605b4eeaf7b236420 0.65 MB 1,028 22
357,117 357,117 0000000000000000098c628e8c6a4d4ffda90258eb9a7aa1c6ed8abe62a774c3 0.78 MB 1,479 29
357,116 357,116 000000000000000004980ec10493e42c37f95706ff1aab02b3fac54a6038caf4 0.05 MB 110 23
357,115 357,115 00000000000000000048a01ee63920b70cd5313bf9b112cac746078e3cbd4bd3 0.37 MB 500 20
357,114 357,114 000000000000000011c96228ed5ec11995f34c4dbc908685e47b95112c2caf66 0.62 MB 1,389 30
357,113 357,113 00000000000000000df66abc22864ec5a71e2241287460c3d815d4133592b757 0.71 MB 1,520 30
357,112 357,112 000000000000000007df2bfbe549261d8cfb6fb823e1a0cb1f325a558f5f1ac2 0.42 MB 795 27
357,111 357,111 000000000000000007000c22a26451adf84f0597f7612d434e24ee1a5f4aaabb 0.28 MB 545 28
357,110 357,110 000000000000000006611796e4d54b76debdb6c801eef6523e314372def21006 0.08 MB 97 9
357,109 357,109 00000000000000001633b930cf8a2ac3c8d96694b9858cb6f812f826a94d3ab0 0.31 MB 643 29
Previous 10 blocks ↓
Total Size: 769.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.25 GB sent, 94.22 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.