Memory Pool Memory Pool Refreshing

86,092 transactions
33.81 vMB
Show Random Selection Loading Transactions
Max Size: 196/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
878,226 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 3,913 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,225 (51,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
826,939 826,939 00000000000000000002c0460a6512bbb28429b466a258c518c41da78a4b0747 1.52 MB 2,955 33
826,938 826,938 00000000000000000000d879884f4f531109742c18585079adfb2b89e11b2f19 1.41 MB 1,761 37
826,937 826,937 0000000000000000000245cd55a4c9dd173765fc735562720bb0c1c2fbfe708e 1.35 MB 2,251 31
826,936 826,936 0000000000000000000304a6f0ba2e4b41b3de90a1639ce947e2ce13744db56e 1.66 MB 2,907 39
826,935 826,935 00000000000000000001a324cfffe8fea01f23fee1a6b8c1afb3e9cda28300b8 1.56 MB 2,103 39
826,934 826,934 000000000000000000024874b87f3ced20c33c1a6dc04e3d2c069cf0a3b5baa4 1.27 MB 1,657 34
826,933 826,933 00000000000000000003c4f5f284ef0d11e7ffc7b0b723250521f3e3e2d000f8 1.01 MB 151 30
826,932 826,932 0000000000000000000396e41131017266348864fc7c2608962cbc9b5a081742 1.63 MB 2,790 38
826,931 826,931 000000000000000000032157b9c9b8efdf6c2693be95561e83684b019fcd9333 1.64 MB 3,506 35
826,930 826,930 000000000000000000030e3ef04e3c72d308befd5c63d86256bda47b90524cf4 1.68 MB 2,782 43
826,929 826,929 0000000000000000000110deae6f799ec5033e6aef60b2feba6cce36d5d6096c 1.42 MB 2,526 36
826,928 826,928 00000000000000000003aaa1123c7807bf41b41b3f5ed88568fb3b15bf5ff49f 1.44 MB 2,327 37
826,927 826,927 0000000000000000000300b1dcb24bd9cf45d8c0fdc1ceabd758ef858af75ba7 1.35 MB 1,088 39
826,926 826,926 00000000000000000002a25d56f141d3e7c11a6d1ef41c406c5d175a6da0e637 1.41 MB 2,723 33
826,925 826,925 00000000000000000001ff8c1afed0b8d7e27de957c0519bb15e0469c6396375 1.86 MB 5,451 37
826,924 826,924 0000000000000000000316d8965551a9df0cb45e2d5d33edfa09d28ebab3426f 1.48 MB 2,801 44
826,923 826,923 000000000000000000032ec0aaa61aae8864e0865c5fe5af8f575cce23a51eee 1.45 MB 2,294 37
826,922 826,922 00000000000000000003234d834887defc124f2cc02b2a7917b5bea6df777a89 1.18 MB 1,204 31
826,921 826,921 000000000000000000019b42431dc8c5a0f0769c0deaaf706cf76501ca5d47bd 1.42 MB 1,883 39
826,920 826,920 000000000000000000024cf1247c8c142a9dc187a67dd20ca9c3d173387c8f5c 1.65 MB 4,034 33
826,919 826,919 000000000000000000003ea9622303a2c5f880bfc9cdd8bdc9f48d1c2fdaab8d 1.83 MB 4,005 33
Previous 10 blocks ↓
Total Size: 714.81 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,357.52 GB sent, 38.64 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.