Memory Pool Memory Pool Refreshing

19,375 transactions
6.22 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (729,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,889 177,889 000000000000063ef12d1580e69746418dc5d6244b6ac00a48cc218b0b746782 0.01 MB 37 180
177,888 177,888 00000000000008aafb2ca382ec0813d7a7dfff84ec45e0a115ea9fc316b3d8ce 0.02 MB 66 2
177,887 177,887 00000000000001bcfdda1b1cc02c8548a2e34655fa7ae01853ae1944d105d299 0.03 MB 63 77
177,886 177,886 00000000000002f8c03135b99c57c8248609ab0ffeda697e60ec54887e5d674f 0.00 MB 13 0
177,885 177,885 000000000000030169b4c93db3cf305a32c50ec51bdc7bbb6f5d8c79d56f72f7 0.00 MB 15 66
177,884 177,884 00000000000008cb28c9ee2bc0d5de58f58588726c99646067c3828d946dbfcc 0.01 MB 18 113
177,883 177,883 0000000000000769a9ddf65ab7d974ac42920f5182a74a30efb150f499ae5f99 0.00 MB 11 3
177,882 177,882 00000000000000b1a412849e1ec8fe0335c00084773def5c6c93b1edb418e0dc 0.04 MB 63 44
177,881 177,881 00000000000004954ca8cbc82f3920ee818ff703f61cf88262cf2d8ca88b262e 0.02 MB 52 46
177,880 177,880 000000000000042a95c33a5554300fa6485a6209ffdbba9970f483ebaca01c33 0.01 MB 22 94
177,879 177,879 0000000000000791bd7b7e84037272766335b4bd6bf6507fb5cf8dcfd75ab5eb 0.01 MB 18 397
177,878 177,878 00000000000001a7bd5b99a3706756feda7c7f341586f05d0df1c6d20257057f 0.01 MB 22 74
177,877 177,877 00000000000005c018c739639af9c1c11a4b67a697e8af12fab69ca4909ba539 0.01 MB 26 49
177,876 177,876 00000000000000b54be61d1019468c3a87ac754b1744e39676a0f8d687bcf50c 0.03 MB 67 128
177,875 177,875 00000000000003c9094e9d16835b146acff2d1ef634342c66a0e414908b565e9 0.02 MB 39 165
177,874 177,874 00000000000005c662a33ab5367e7af92f07bddc8adfc51b7e6d61eb4dbdbd4d 0.02 MB 37 209
177,873 177,873 00000000000007873a2f235d0ec6d5546634ac723f19cb20292a56e60a1ae867 0.00 MB 7 28
177,872 177,872 0000000000000847c2d18a0774b5fb4c44d9cce922b307f074e8535ea34b1924 0.01 MB 34 159
177,871 177,871 00000000000008609a30a1883decc2e0c117adcb26b5596909a513b78abcfbc8 0.02 MB 35 55
177,870 177,870 000000000000017f0e4f885680f43287c5df9410dd8660104600a413110db60c 0.01 MB 32 133
177,869 177,869 00000000000004777dd9a1013196c48ff7e0c179729597020b93b6738a6ab273 0.02 MB 54 116
Previous 10 blocks ↓
Total Size: 769.02 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,624.47 GB sent, 93.00 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.