Memory Pool Memory Pool Refreshing

6,937 transactions
2.63 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
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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,620 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (760,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,957 146,957 0000000000000798be0e979d439b9f321c8575b511f722decbbe3b97e8e05d55 0.02 MB 39 262
146,956 146,956 0000000000000100232ce4d59dfe11e9dc84d3957c83cba86417b3f370cfc003 0.01 MB 27 156
146,955 146,955 00000000000002ea38218cebd41ff4c8e75399ad6f5a686e079285c957eeef8b 0.01 MB 15 136
146,954 146,954 0000000000000821e340d742a2b9aba2211272371ddb1f7a60f9ef2c8869de5e 0.01 MB 8 40
146,953 146,953 00000000000006bd46e3c680762194d75f561363b64864c06fdea3d2bfc7dee5 0.01 MB 34 108
146,952 146,952 0000000000000978ff38b996736566834103fdd2f0692d3a31e0ebd710cf9fa8 0.03 MB 73 109
146,951 146,951 000000000000037f05ff59bfe76c9cce1e263040f61fdcd10c42d81b01235ddc 0.05 MB 108 207
146,950 146,950 0000000000000220fbe9f069450ae32f0bf0b1fe502a6e769f43883d85f29be6 0.02 MB 38 224
146,949 146,949 000000000000049e46f43ae6bc89b5b75a4c05f778dde5e2af9eae31cbe605d0 0.00 MB 2 0
146,948 146,948 00000000000003293d1386e8b6a1053ccedd4bce332588bd63d795b35c4b561d 0.00 MB 9 30
146,947 146,947 000000000000000a6663314e2e5c55ddb73294cfd05acd000959e74939794382 0.00 MB 2 0
146,946 146,946 00000000000008c91f52a9e4cb0b9c81a8c81d887b6983b7343222d5d61cefad 0.02 MB 44 28
146,945 146,945 00000000000001437e4f883515302d38254bb581ef7fa3f9cc93bd2e5c4fc5a5 0.00 MB 5 27
146,944 146,944 00000000000003256a25236c0b55c880582b1be991391874bffe668747957592 0.00 MB 6 121
146,943 146,943 00000000000000841e38ee6703f848b7f8ebf76c99ffe8b586923f38595f6fd6 0.00 MB 7 44
146,942 146,942 00000000000001cbf561ced0f921e626480327ee4e39cd605817084ab2473361 0.00 MB 3 96
146,941 146,941 0000000000000584db389e9dfd672790a8cc5572898960cc7871f87427414c67 0.00 MB 8 55
146,940 146,940 0000000000000859e9ee7db47dc16331cce1da3e09cb049839562d059e052f6c 0.00 MB 5 0
146,939 146,939 0000000000000433333a42638cef4248be9774fd18b2e16077c04ee768be6237 0.01 MB 16 55
146,938 146,938 000000000000042a3c69c4d9908ac92899b2d7ea8818dafce67a5b1dded8aec9 0.01 MB 24 156
146,937 146,937 000000000000010db7b6e9ff4cff9f0498a682c4566b1f9db947dd7175225987 0.00 MB 12 43
Previous 10 blocks ↓
Total Size: 768.98 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.51 GB sent, 92.74 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.