Memory Pool Memory Pool Refreshing

5,281 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
901,972 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 1,722 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,971 (393,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
508,759 508,759 0000000000000000002df504904403c904fedd595ad9a479dd175aaeb2a23c74 1.02 MB 755 40
508,758 508,758 0000000000000000005fa81b22186243098a710a4893b2120d8292ffa9608995 1.01 MB 236 9
508,757 508,757 00000000000000000021b78e0d404649b4b91e3104e4ef2310e38563c7347722 1.13 MB 2,437 86
508,756 508,756 00000000000000000020b9eddbb41e10bc1d382a83437e7025dd025d84ef9ae2 1.10 MB 2,586 89
508,755 508,755 000000000000000000578f796a92e6f99c180e1084bced6a049b4be6d6764e74 1.03 MB 910 37
508,754 508,754 0000000000000000004350161a9a80cbda40c1690c75902458baa98478013661 1.01 MB 162 6
508,753 508,753 00000000000000000031d7f180c234db77e985bffaacd95338eaf09735617aa8 1.03 MB 307 10
508,752 508,752 0000000000000000003444a55e7f303fa2d1b5009d3708474f63694ba8799b03 0.99 MB 185 10
508,751 508,751 0000000000000000000d32d463ed296e42be1f6271ffbf0dde095c6a228062c3 1.01 MB 442 17
508,750 508,750 00000000000000000058fff7eccdd8084bb28768d92d247bbc2637f4af077793 1.03 MB 794 28
508,749 508,749 00000000000000000043d64dd043a2a01b8b1f3d9d60ae860d28852dd4d1e984 1.00 MB 235 10
508,748 508,748 000000000000000000051c10b5dc8db457759d95036680ccb4431228693f5818 1.02 MB 404 20
508,747 508,747 000000000000000000579436868a2275c6f473a57fc7c110538da0c4761ca2fc 1.01 MB 609 21
508,746 508,746 0000000000000000000e5cc2823256abc0a6814d27919483cacd8bc3d220a44c 1.01 MB 508 16
508,745 508,745 0000000000000000000b4e8c47ba778013fef4311a8b258650f7a51d9292d915 1.04 MB 1,127 51
508,744 508,744 0000000000000000001c677e133e4e83fc4f0bd7e78f296886dd9be6811c23eb 1.01 MB 664 20
508,743 508,743 000000000000000000487aa43fbdd71208d1e5dcae56d6b759df289a8b64afc2 1.00 MB 147 6
508,742 508,742 000000000000000000207ab0e2f8c5a17279dcd212db3b624fbea26efebf104e 1.06 MB 1,602 58
508,741 508,741 00000000000000000059b094204ae4af77ca0fcd783bda04db36a8d3db87ba3f 1.01 MB 183 7
508,740 508,740 00000000000000000020600dd5ff67c545b813c10a34044052af7d4e73d80d80 0.25 MB 58 6
508,739 508,739 00000000000000000057b1058babcd407c07a038d059d03c3d06c9a32be9e8e1 1.01 MB 397 14
Previous 10 blocks ↓
Total Size: 759.16 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: 814.51 GB sent, 42.41 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.