Memory Pool Memory Pool Refreshing

3,378 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,703 (628,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,994 278,994 00000000000000005581b5aaf924359e4e7d7df2ca6ff478535432fecd9706c4 0.25 MB 188 67
278,993 278,993 00000000000000003e7aaa484b892a6d53953e4037b950c0e400a453f37c5d19 0.15 MB 263 29
278,992 278,992 0000000000000000ccbc7917f9d15e1bd40c7ab3a4b2f93c364e899a9d275503 0.05 MB 79 12
278,991 278,991 0000000000000001c6fef9a18263119c9507bd422e32b28c299f1d001b70c02d 0.15 MB 244 26
278,990 278,990 0000000000000001f315bfda4486f8436211f69e5f8f85909b2a85b5e0a0649d 0.23 MB 410 37
278,989 278,989 00000000000000024e092083b89dad89d3d0eabc360c387ffbeda2465b3eb99c 0.11 MB 38 12
278,988 278,988 0000000000000002ffaf8fb43956b46e603d838abe67d2bbcb746298df094539 0.15 MB 310 39
278,987 278,987 00000000000000025f3269b0e9c90feadca73aff40041361dc69d8560712bc74 0.24 MB 538 50
278,986 278,986 000000000000000011e46632600705915cfb6c7f975642f010152907ff1ecc43 0.25 MB 367 44
278,985 278,985 000000000000000293f30efe4d9ca305aa82faf748f58aded519698b90334426 0.11 MB 198 29
278,984 278,984 00000000000000013b02ebb1900dd13a29cbd61648d5474c343c79d037649eca 0.25 MB 333 34
278,983 278,983 00000000000000011f83e5f9113ae66e8bc01155ee01ce95917a9930243b5d27 0.90 MB 1,757 42
278,982 278,982 00000000000000027038af8a0fb1d73d16618f400e06f33fd21f084aa9e73d53 0.33 MB 698 50
278,981 278,981 0000000000000000d401d60b47aadf7b306f694c26d2857b618e6edafc323310 0.15 MB 184 15
278,980 278,980 000000000000000055303b99e4cc89835e28de3418e7ff3370b0f71b4e111a43 0.06 MB 115 37
278,979 278,979 0000000000000000bcee4124d5d1fe02878ff6683f388da686120211f269ed48 0.17 MB 341 33
278,978 278,978 000000000000000230293d2d21057a291856b0081d66621ac2942cf46a9efff0 0.32 MB 292 18
278,977 278,977 0000000000000000cc803b291bdc02bb4468d3a5ed9a62d9be486607c1574a7c 0.25 MB 626 41
278,976 278,976 000000000000000140460b26943c555f6529a419a6f74f3c569295e8c9c2e5d0 0.25 MB 669 53
278,975 278,975 0000000000000001c0340e88bfa23ad8ec787944050bc404d87250aa4c2f2fa0 0.25 MB 599 66
278,974 278,974 00000000000000014657fd86b72b2c5f9cf24dcb98c63075fd0ef5dbafd63f9b 0.25 MB 446 66
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.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.