Memory Pool Memory Pool Refreshing

3,141 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
908,556 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,057 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,555 (818,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,877 89,877 000000000000cb65f5cf9c7c1ac9485a6b071c63fd8c2a6d12cee98389f148b2 0.00 MB 1 0
89,876 89,876 00000000000b5496fd81063d407bbe462107825b752db3558df35d71ab3430af 0.00 MB 1 0
89,875 89,875 00000000000810e236382dd605fca5785ba6a2aa74bc8e5b1280b0178249e411 0.00 MB 1 0
89,874 89,874 00000000000e57f7acb3a660448fda2d1bfece513ae64eaf6f4a5bb441d0680a 0.00 MB 1 0
89,873 89,873 000000000010e963b8c4314f4e377350ec2ba1d9c05a550c11949026f5fdcc56 0.00 MB 1 0
89,872 89,872 00000000001103a76ac4548bc6049f3344122edb6fd573df236880c97b0b9d69 0.00 MB 2 0
89,871 89,871 000000000002a14e1b49be3fc3e36da50a494596a0768209a70c90ee03f15671 0.00 MB 4 0
89,870 89,870 000000000004b4e0f3a6b5ed7990400b517e606c537747772a42272582665c87 0.00 MB 2 0
89,869 89,869 000000000001bfff2981cd31354d11211862360e9ee35aff899f19e63db2b736 0.00 MB 4 0
89,868 89,868 0000000000116861af7e9a69c14d8f8714f3d55d08858098804d9bd6e779a773 0.00 MB 3 0
89,867 89,867 0000000000073cd05eab33c5ccbeabfc53a09dc5d3baba778cf5f04c96945fda 0.00 MB 1 0
89,866 89,866 0000000000031c71c1a98eff9f495b8d77511fc6e26d47ecba225c9f53166c00 0.00 MB 1 0
89,865 89,865 00000000000b183f12e8f409b83a394a69122aad3288827165ff4e4050845202 0.00 MB 1 0
89,864 89,864 000000000012330ee8082af9364ff4e1cbee868820983f7710aabd3c3a04842a 0.00 MB 2 0
89,863 89,863 000000000003382b56aa459ed1dac49b4818d04b7ec49808ab31dcff02f0f2e9 0.00 MB 3 0
89,862 89,862 0000000000030f746c03d54357bdc0f1566701d3448af267d4856ec6e8d63148 0.00 MB 1 0
89,861 89,861 00000000000c4b93fdaf5191747cc8c20728cf97cb0616760b496f03c00d3935 0.00 MB 1 0
89,860 89,860 000000000007efb6945a6c97bfee4be8f28704c4c043df91867036a03b098404 0.00 MB 1 0
89,859 89,859 00000000001243b99309620217b3ff6ccd1ee640db9b7235e61826b7f34bd0c8 0.00 MB 1 0
89,858 89,858 00000000000d67daaf0e1e913fe7a520076127326986294c76fffe0e06fff4eb 0.00 MB 2 0
89,857 89,857 00000000000362fdaeea76dc5bcbecab0e31f1f33a513e366b6b2c1e6008239d 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.72 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,845.47 GB sent, 100.62 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.