Memory Pool Memory Pool Refreshing

11,016 transactions
4.71 vMB
Show Random Selection Loading Transactions
Max Size: 26/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 ago 1.00 vMB 3,788 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (228,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
679,526 679,526 00000000000000000000277ebfc11fc62e01d77ce53416f586a65489b43415c3 1.69 MB 2,278 217
679,525 679,525 00000000000000000006fb211c9e69879e00b27e39a547ee0e815eabb7bedb8d 1.46 MB 2,009 185
679,524 679,524 00000000000000000009abe0837dcd0b87ab8b0bbe1215dcc3faa29db000be8a 1.27 MB 2,423 187
679,523 679,523 00000000000000000006ab10b879ca20ff64d93717f28b32980567d38fd444fb 1.37 MB 3,106 222
679,522 679,522 00000000000000000008d1bb3e671ee1b7c0815cbe74a076e32d2a12b550b61a 1.29 MB 2,595 152
679,521 679,521 0000000000000000000298cc5b6ac5bfcce7290f1cc69e34564cb39f144da502 1.46 MB 2,001 174
679,520 679,520 00000000000000000006603fe7630f617d33af94d42e7d1bae02c4bcab3a68ff 1.18 MB 1,449 154
679,519 679,519 0000000000000000000233c5bd10867978676bddb6670a0d18d3b12609bf96a9 1.36 MB 2,620 172
679,518 679,518 0000000000000000000288381013e8cd92c29871963488fed1ae3692b9fff1fa 1.38 MB 2,222 192
679,517 679,517 000000000000000000085ff1feadf63e5f10beb63381480ca5448d59a9434a3e 1.36 MB 3,141 209
679,516 679,516 0000000000000000000a5a355987428301bbbac46f0f6108eba3111f58a2d394 1.30 MB 2,649 170
679,515 679,515 00000000000000000001d6aea860fd9adbd7fbfb17b7fd321d89c217ed6e876d 1.42 MB 2,521 184
679,514 679,514 00000000000000000007e512f0ab6116a7f1f263f256df336c7fee509ed1c1bb 1.14 MB 2,816 141
679,513 679,513 0000000000000000000367448a8a574b3a84132245c8dbdb599d31b80ad1e777 1.29 MB 2,811 161
679,512 679,512 000000000000000000055510d444baecc5f80b22fbd9f468df2711a697a2270c 1.31 MB 2,612 169
679,511 679,511 00000000000000000008ea2237f3f7d8d4be12d375c573ce7d73b8851025ab4f 1.12 MB 1,404 149
679,510 679,510 00000000000000000009edd2d364683b54727adcf36afb5f66be783dc1aa83e5 1.19 MB 2,241 156
679,509 679,509 00000000000000000000fa37f28dea6015bcfdcd79db0d782b4b0780c0f7f165 1.22 MB 1,922 177
679,508 679,508 00000000000000000002552047999e03c62454dbc0c56c7134983083a2ae18c3 1.31 MB 2,473 174
679,507 679,507 00000000000000000009445c74e6fb63dbff2b78e3a3c6fa829ddd4c14aa54ae 1.37 MB 2,613 191
679,506 679,506 00000000000000000002fa6c4e371ca49148fc6756d6d344b5bb3069dca7e6e4 1.22 MB 1,791 152
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,625.08 GB sent, 93.02 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.