Memory Pool Memory Pool Refreshing

17,500 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,367 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (694,855 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,863 212,863 00000000000000c988868f17e1532d61e65ec9ee78c98cfd63ef60fe6c08aa7f 0.25 MB 812 270
212,862 212,862 0000000000000474395d6182aab63618992d0a85788ce235d0e6fba8eca843b1 0.05 MB 139 248
212,861 212,861 000000000000036b5e9a0737671f07742d156bb7e1b8c724166ac479b9c3b588 0.06 MB 83 115
212,860 212,860 000000000000037601c17569c733e9b592ed2099f7a1bb4ad0dea752620313ab 0.25 MB 567 161
212,859 212,859 000000000000038e17ff43b81bba4d00f515f718ac7839cc44a6ab35591af0cd 0.27 MB 605 441
212,858 212,858 00000000000002a9e7041543574d526dab4f8ee8af21d9b17fe701161c26ce3b 0.23 MB 491 364
212,857 212,857 0000000000000309663cef1b38faed49a80712ebb78f4f2e526ed24a57b65dfe 0.25 MB 610 184
212,856 212,856 0000000000000036ab70a9645729204f596ad71aa2908d3c98454745d91a51eb 0.25 MB 698 208
212,855 212,855 00000000000002c77f6dd1f62accfee6a50a21b86a26ed91f9cb145afad13699 0.27 MB 625 209
212,854 212,854 00000000000003a270650c62b806b5b44bdad342e06adb36b41b9b4b2a87788a 0.34 MB 1,144 186
212,853 212,853 0000000000000231762e50763d6eaae40e8bbc382c03007cbb16d9918b3ab069 0.25 MB 816 210
212,852 212,852 00000000000000212f7455ab41615e97afbf9c671d212be98b4068330277747b 0.08 MB 207 771
212,851 212,851 0000000000000065f4deeec16f16e4d2ce973c13f6bad785d0bc3b578f28f712 0.07 MB 170 113
212,850 212,850 0000000000000013700ac376e483e0d3c689b6e5f4109f13aba131d1ebd96014 0.21 MB 533 205
212,849 212,849 00000000000001e57a85fd6f4b70262b6d80da9a8998ab714d8f15ea9a75d1a7 0.12 MB 272 182
212,848 212,848 00000000000001f8f5998d0210db7c2e9b1cd19e195ba426793cde321ff3210d 0.00 MB 11 53
212,847 212,847 000000000000038874c0a2d5e4ca29c7f0e3647feba559ac8b24a3f7527bef2a 0.02 MB 39 192
212,846 212,846 00000000000002c2ea0d053f2f9f5d75273526054345be9a37fcd977d5f75c35 0.07 MB 178 180
212,845 212,845 00000000000001fb5581b7f5f3adc9b3da748fd1757741d88bc0892ab5cc9ecb 0.06 MB 125 149
212,844 212,844 00000000000002e9eecd45e0ac3babf9695ea9e1e6d63bd81f251c6fa570309f 0.09 MB 131 77
212,843 212,843 000000000000031c4b181f18b72162f1fe6419154741d3cb29da49fbdef6bbdb 0.09 MB 178 114
Previous 10 blocks ↓
Total Size: 769.02 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,623.70 GB sent, 92.98 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.