Memory Pool Memory Pool Refreshing

12,774 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,037 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (398,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
508,871 508,871 0000000000000000005c91cf447511d0e7e44be382ebe618e176ea32a96328b4 1.00 MB 470 4
508,870 508,870 0000000000000000005feaa2d5bd154a8178150ed072a10bf63738f6a02f5cfa 0.14 MB 320 92
508,869 508,869 00000000000000000026a09b2acf7119767b97ab59d629a932cd756abb01e60e 1.06 MB 1,852 65
508,868 508,868 00000000000000000057ae83a119c0db5757bb49bc16073d2cb2a8bda35375db 1.11 MB 634 20
508,867 508,867 0000000000000000005ef2bdc34baac64d1f51e209554202c83fad1f857619d1 1.00 MB 111 5
508,866 508,866 0000000000000000005f77cd56f745937cd8d674c4d9f269390a072c1c9abf06 1.08 MB 1,576 62
508,865 508,865 00000000000000000006fe3659cadbc2ff713f56beea183cca30940bacd4e96d 1.53 MB 227 9
508,864 508,864 0000000000000000004bafd166104303dee8605cddce25b803b07c24216095e6 1.01 MB 271 13
508,863 508,863 00000000000000000014745f5448b3b6b2cacd37955b47ba5e0fe9aefc0a58a1 1.03 MB 686 25
508,862 508,862 0000000000000000004d778f578887a22de2b841cfdb494b0616836141429cfb 1.32 MB 413 14
508,861 508,861 0000000000000000004de6a74c4185d0d4eb0812da676d1505bdfb36f7f48a61 1.17 MB 1,133 40
508,860 508,860 0000000000000000003a34613d49ae78e4c233ad7ad016cbfb43c5dd9f00d738 1.08 MB 1,574 55
508,859 508,859 0000000000000000003e8f8a6cf637c5d4e584b17fb1db71ff181144ad6ba928 1.02 MB 387 9
508,858 508,858 0000000000000000005de7cf8d7c127ba9283628385c4b45142c64de14ee6e5c 1.01 MB 384 14
508,857 508,857 0000000000000000001d6500fa838163afed9bdef5ac896e1c8e85d131c6baad 1.00 MB 114 6
508,856 508,856 000000000000000000564694b0ec5787e69fc1d75f88e2e02592860e80f508bb 1.18 MB 1,198 26
508,855 508,855 0000000000000000004c9a21a6b37059d31871a6add35bd65d3054758ea576c9 1.00 MB 1,371 18
508,854 508,854 00000000000000000041571574ac403ac06f4030faed0047f2f2adae61689a1f 1.06 MB 1,494 65
508,853 508,853 00000000000000000057f904a9491529c76da581770b31c22fe6797df34c9938 1.04 MB 2,437 16
508,852 508,852 00000000000000000032c65f80f781a2db1916679c3b139a8d07b4e9b4315d3a 1.07 MB 1,852 75
508,851 508,851 000000000000000000363a2604c327aac5a39dd7726f7defa6f6580caa7654db 1.17 MB 2,138 48
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.20 GB sent, 92.93 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.