Memory Pool Memory Pool Refreshing

73,850 transactions
26.10 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
881,268 000000000000000000029a8a0000000000000000000000000000000000000000 ago 1.00 vMB 3,364 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,267 (82,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,837 798,837 0000000000000000000091d218229b1e58413f43b1f99c837d7fa1991275a255 2.03 MB 6,135 7
798,836 798,836 000000000000000000027d4feb018eb231d59ad4333d10ab43aca7160d4145fb 1.95 MB 4,765 10
798,835 798,835 0000000000000000000207dd8076615f3446c06d30754baeecf40bf9638999da 1.88 MB 6,003 6
798,834 798,834 00000000000000000002d2fc1a4390f95c97a94bf063d109671c1f85158ddb69 1.92 MB 5,208 8
798,833 798,833 00000000000000000003642af38674a6450f276b818385cf223a576086d0b10a 1.81 MB 2,529 7
798,832 798,832 00000000000000000001f9b5137c8f26cabbdb490b9f833e2fe853953242b2d6 1.64 MB 3,353 12
798,831 798,831 00000000000000000000b71a79a6bedda84b466e7539e9eb401d9025d2c5156f 1.84 MB 4,987 11
798,830 798,830 000000000000000000046d44eb1e3ad1845b57e59c93ba941039e1ea5cb9b5cd 2.11 MB 6,412 6
798,829 798,829 0000000000000000000062b57aac698ac34af3784c38b093b16dbd563e75cb30 1.75 MB 3,779 15
798,828 798,828 0000000000000000000453d04f8651f69d1906b2b8205280dfb0fe99eba2f257 1.55 MB 2,711 7
798,827 798,827 00000000000000000000f603e34c3a3d00824df4bd17f9019f7f0bb3dd8531db 1.63 MB 1,240 9
798,826 798,826 000000000000000000022ba82606edf5965b0d478b51e6f0a2009f87514a2560 1.93 MB 3,128 15
798,825 798,825 000000000000000000004f644010130548f0278fca27557127b8b377fec891c7 1.47 MB 2,699 14
798,824 798,824 0000000000000000000181fd05dac733fa420e0750256027285220f13b9e9c95 1.39 MB 2,777 20
798,823 798,823 0000000000000000000213ebcf9d3990272d9696dae9e679f875847bff7131ae 1.55 MB 4,078 18
798,822 798,822 000000000000000000052ede502747793795e8ffcac03dbd223ee2889b2f092b 1.33 MB 2,672 35
798,821 798,821 00000000000000000003b2d8232667bc63a453e6909a10b788e7b7a86bc3d98c 1.68 MB 2,099 8
798,820 798,820 0000000000000000000147e347c472a445542344c9bddc1d4892b4ae6624b705 1.58 MB 3,520 14
798,819 798,819 00000000000000000003c259ef3609776ac79102917b0fbce63596ba295af5f1 1.44 MB 3,372 27
798,818 798,818 000000000000000000024fa7aa49dcdd489ecc774c7b66c738679675cc0f78a0 1.89 MB 5,330 8
798,817 798,817 0000000000000000000340e60d8f57e6a6c28c678e3243444d5bf1d46752548e 2.08 MB 6,725 7
Previous 10 blocks ↓
Total Size: 720.92 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,982.58 GB sent, 68.76 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.