Memory Pool Memory Pool Refreshing

9,300 transactions
2.78 vMB
Show Random Selection Loading Transactions
Max Size: 17/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 ago 1.00 vMB 4,383 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (619,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,830 287,830 00000000000000012e29b56af9955da517c5f8b3e9197937bfe7ad6d74f39985 0.35 MB 557 31
287,829 287,829 00000000000000010834dc0334bb271d1a766970987a43401578009c8f499115 0.06 MB 94 28
287,828 287,828 000000000000000134919151cf907282928bd11e0fee1df5be76e156b4845c40 0.28 MB 496 33
287,827 287,827 00000000000000015e9b1a887cd156bffd47ac5e6fa2d541aa2d341015d7a99f 0.27 MB 490 37
287,826 287,826 000000000000000089574916e565cf247347cb7e9f3b1335bf6020f1d7cec565 0.34 MB 600 31
287,825 287,825 00000000000000002493227e98a35b1f4e2b4df1bc1a476dd88055f0b21aa751 0.00 MB 1 0
287,824 287,824 000000000000000025a7108ea41b1150d9f479b8675df4f0f7ffe3c107901da7 0.03 MB 16 1
287,823 287,823 0000000000000000dc8c6e9778564a4cfebc6267cf24e132f2a745a30b7c06f7 0.35 MB 560 31
287,822 287,822 000000000000000086c6fe15c809efb0373e344c90428cb553cc9543fbc04107 0.15 MB 206 33
287,821 287,821 00000000000000004c54dcded905f71da57e8ce7a0a334cf869e9b7b452eea2e 0.12 MB 193 21
287,820 287,820 0000000000000000d56d3bec8f90b65238b5fab0fd2f08e5273b7bb15cd951d3 0.06 MB 99 27
287,819 287,819 0000000000000001067067485127f474017c5ee2d0188211b57953b1dc6434b5 0.30 MB 275 18
287,818 287,818 000000000000000143c693490edffb76245edf385f525085094431c1214e4801 0.00 MB 1 0
287,817 287,817 000000000000000107d30b06d9683b3f8fdf1254d216cdbdd9f43179da3cdfe6 0.90 MB 1,338 29
287,816 287,816 0000000000000000c71e5cb42a614e33ffdb17e4c2bc55c73f56c2e9be15a0a7 0.06 MB 102 51
287,815 287,815 0000000000000000e94f9ccbc8129f214810dc49f3a8ec458395d933b9986109 0.50 MB 1,101 36
287,814 287,814 000000000000000043b6e3685bf3a104b60b49d7741bcf37212911ff7faf5d30 0.35 MB 867 38
287,813 287,813 0000000000000000f514822718aa24242c60834a5f9b670ffcb18bbce0529dda 0.35 MB 1,141 66
287,812 287,812 0000000000000001480192906dd87b1fa27e60e5d4223b7ff14ea496a7fb3a7a 0.06 MB 115 77
287,811 287,811 000000000000000105beec79302307f028238c4bb9e5b31c9a08554d4b1ce6fa 0.12 MB 199 27
287,810 287,810 0000000000000000201787b8356a576a2132dd14b69158e806a483e21b600172 0.33 MB 359 21
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,621.08 GB sent, 92.89 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.