Memory Pool Memory Pool Refreshing

6,724 transactions
3.43 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,802 (37,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
870,672 870,672 00000000000000000001532463ef9c9eed63515ee415f5cf5d8602bcf639e7b4 1.80 MB 4,380 3
870,671 870,671 00000000000000000001a482ab3113de779757744ae34cc33a887767e2ee052d 1.55 MB 3,079 2
870,670 870,670 0000000000000000000269c2fb1053b21aa7c8de333c030b8b021e29fdfe749f 1.93 MB 4,367 3
870,669 870,669 00000000000000000000244981049eb25db05b1be8e8a5cd6a80b2d85c6e1c16 1.62 MB 4,925 3
870,668 870,668 0000000000000000000022fbeb83b31478c6a58ea047dd569a34af19b326ae51 1.86 MB 5,007 3
870,667 870,667 000000000000000000002eb43298d678f6ddf2f1f22057b908af421839d03f8d 1.78 MB 4,740 3
870,666 870,666 0000000000000000000043b7c6e8a1a9a298663c2fdfdcaac3c0a46e8e5e5154 1.53 MB 4,489 4
870,665 870,665 00000000000000000001777ae7c984674a169d98be9be699fccc10ec2541761d 1.88 MB 3,520 4
870,664 870,664 000000000000000000012ed82cfdfc47bb7418e167ba75471fafab4d919a0a69 1.71 MB 4,216 5
870,663 870,663 0000000000000000000161c96c7d675285e1498f34f7f750351aca33840309bd 1.69 MB 2,955 9
870,662 870,662 000000000000000000027bb158aae13a026e23db1037252fae9037738759ca8c 1.94 MB 4,222 2
870,661 870,661 00000000000000000002bc25f44edb0af9293166749ce1a8bc910f6a9593c256 2.61 MB 2,943 2
870,660 870,660 00000000000000000001b8b5e85fbdb0a19b6dc384dc76d582231dec8adea9a4 1.87 MB 4,811 2
870,659 870,659 000000000000000000020d7d1bcb573f3c6818ab0eb575d7a9f1b1cd389861cb 1.59 MB 3,452 7
870,658 870,658 000000000000000000029271b481bc9cd3ce5a434b4bcbddfb3ab9df50f7dad1 2.44 MB 2,777 2
870,657 870,657 00000000000000000001dde9855a93870fafab3597ae2dbbde629fb92462610b 1.82 MB 4,409 2
870,656 870,656 000000000000000000019c51520acbdce75f146e3b46239d0110ee941b854ca1 1.47 MB 2,715 7
870,655 870,655 000000000000000000009560aaf2622e4b5941a6b3684739a8ab08620b530c9a 1.72 MB 3,767 4
870,654 870,654 000000000000000000020785d09f4c5cf62a58540f55c0cba1700b32a0f061a5 1.89 MB 3,477 5
870,653 870,653 00000000000000000001328eb2902667666b86ee8889059ffae7a7540d352f9c 1.62 MB 3,931 3
870,652 870,652 00000000000000000000eb6836925538cb822736233d41afe4ff60f54a17a31e 1.57 MB 3,682 8
Previous 10 blocks ↓
Total Size: 769.17 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,633.23 GB sent, 93.77 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.