Memory Pool Memory Pool Refreshing

873 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
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
899,541 0000000000000000000237740000000000000000000000000000000000000000 0.25 vMB 852 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,540 (1,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,298 898,298 00000000000000000001dc092b70536133104a6ff7f020fa50fdf1d4018160fc 0.16 MB 444 2
898,297 898,297 000000000000000000011cea86bae1b4fb7f39d8468a67e3355774770ac51f0e 0.61 MB 854 2
898,296 898,296 000000000000000000001869354d3ca6b06ed3cd5bb985e0194bc0615d07f244 0.16 MB 390 3
898,295 898,295 00000000000000000000e5622676cd22eafc15bf160ea4e0196634adca487855 0.17 MB 486 2
898,294 898,294 0000000000000000000009681da943876ac4a1f992d69f6195f7e191dc88bb38 0.99 MB 1,894 1
898,293 898,293 00000000000000000000635f68335372d5c5b3f2500e4eaeca91e7f89d3a917e 1.70 MB 3,568 5
898,292 898,292 00000000000000000001ad82cf0ad9303674e6720f7d7a6ceb523020d287c678 0.33 MB 629 2
898,291 898,291 000000000000000000009e55e73a04787647bf48d1bf9946dfb5e289635e9945 1.74 MB 2,845 1
898,290 898,290 00000000000000000001e587d100832b4770340524b6c0f5405ce10978c6b590 1.61 MB 2,751 2
898,289 898,289 0000000000000000000188337708aed7759f4dcc1bb6b7f4061b9d979fd03682 1.68 MB 3,034 4
898,288 898,288 000000000000000000001ef7ddfad215d31864ba33d04ba9d62d11c59ff7ad8c 0.12 MB 367 3
898,287 898,287 0000000000000000000155d5cda6d5e59ea0a599c245a62c4fd2eb732274132c 0.71 MB 1,335 2
898,286 898,286 00000000000000000000d067874fee73bbe525e3b8a539534abfc2f2e4544deb 1.67 MB 3,147 2
898,285 898,285 0000000000000000000192586eaad5e6df520f1047c03dea219c39cc9d8c1f8f 0.96 MB 1,747 2
898,284 898,284 00000000000000000001691389f0a99165e35bec9712ac336a283c38f9baf6fd 0.80 MB 1,452 2
898,283 898,283 00000000000000000001ec6b8818cbb07800d54e7b3d6927c742debd896a7d9e 2.06 MB 2,969 1
898,282 898,282 00000000000000000000a063f5a7a3a3642b865db6baa8e44e29bfb96099b223 1.63 MB 2,537 1
898,281 898,281 00000000000000000001be3a8cc658d3bc8ae5cf48196a8baa53dc7277ea0f60 1.67 MB 2,350 3
898,280 898,280 00000000000000000000e534ab46232c8b10e068693de2d11eef6c6133ae936e 1.76 MB 1,720 2
898,279 898,279 00000000000000000000912474b7360c53c6f27c9669dd2fbf8ff92fa039aa93 1.62 MB 2,201 2
898,278 898,278 00000000000000000001bfdcad957c2e294eb97ff54bcb0a53e236f9e41a78b0 1.77 MB 4,008 2
Previous 10 blocks ↓
Total Size: 755.13 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: 495.05 GB sent, 24.64 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.