Memory Pool Memory Pool Refreshing

4,202 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (714,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,971 192,971 0000000000000464c8980a9749691ee521fcab99ddc95b74a0689dc40913d4b0 0.00 MB 9 50
192,970 192,970 00000000000001de17701c55df5b61d34d851a897bd0a483a4d6fa26b4108064 0.05 MB 126 88
192,969 192,969 0000000000000492ec90b62cef9cd27865e63e6f65a65b8337f5bfc6229023e5 0.24 MB 649 164
192,968 192,968 000000000000066c15b5de02dab69e4e3da0c67e4572fbb6fd2b61eaeb0f245a 0.10 MB 283 156
192,967 192,967 00000000000003a9aba11d2d53f1ec90436e37d777481010ab8aa2c1ff5e05eb 0.02 MB 61 141
192,966 192,966 0000000000000322def59649635637cbbcdfc737110ba08d614a52ac247a5fb3 0.03 MB 108 90
192,965 192,965 00000000000000da3dee2bc8be0ba6ae6a5afae210fd5a7deaf82b2cc61e9889 0.01 MB 24 114
192,964 192,964 0000000000000370af48d8ae11115770470b5161ab31208f19e13e00a5bfc926 0.09 MB 210 129
192,963 192,963 00000000000002a83859c075b77644bd746dc0797563ed9a1e780b530c3a7307 0.00 MB 11 0
192,962 192,962 00000000000007912f72572421aa7e1d00d47ba8a85336fb5427c34875de7eb4 0.05 MB 146 165
192,961 192,961 000000000000042b3937952c1c7fdb58dad12ecbe6b02b9d3a154ac425b9cf88 0.50 MB 1,383 100
192,960 192,960 00000000000001d21e98f3b90b1c1aa7b8d409c314d4b2364686c7e6aa70fcee 0.03 MB 107 93
192,959 192,959 000000000000002cf84057070d707671af5bf41c6cd0151c2df21cb0667b809b 0.19 MB 495 151
192,958 192,958 0000000000000488e453c13ac1c8ea72c9c7f3c9682980f50abbed32361c25fd 0.21 MB 424 485
192,957 192,957 00000000000002a8215150ae3a608ef0e544b1ede924ce1ae87090ad0feffb2d 0.00 MB 10 15,037
192,956 192,956 000000000000042ca43951a4e438640dff235b9fb5cc8b708f25a021a69a8c20 0.04 MB 56 96
192,955 192,955 000000000000005e29124dda9fe590efd258c4096970060c278aa92aaddeda2b 0.29 MB 683 184
192,954 192,954 000000000000080576f72b29da1f0ba750a45417950049d4b802da637b141628 0.06 MB 196 188
192,953 192,953 00000000000004b3d487e018ffd16469faeea95bb04e1f669174d7695d00803b 0.11 MB 397 162
192,952 192,952 000000000000055811f6599519349f964c98f2b8c047e1e0e60d1daccbbd52d4 0.25 MB 871 8
192,951 192,951 0000000000000106ff1adc143dd4ccc4786abd9183b6e826f189e5093683b34e 0.27 MB 506 146
Previous 10 blocks ↓
Total Size: 769.01 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,617.23 GB sent, 92.87 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.