Memory Pool Memory Pool Refreshing

2,216 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,478 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.73 vMB 2,212 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,477 (823,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,665 84,665 00000000000a2f9709ae394f102daef7608560e93e87ec8c84e6a6d0f96bb5d6 0.00 MB 1 0
84,664 84,664 00000000001e1c696dff9a6277e2572946d967a01be3507fdb0b5cb05a321a82 0.00 MB 1 0
84,663 84,663 00000000001b10f9de1c0e0dd6269d33d171bcb7a8784a6c083a1f26d75b8699 0.00 MB 1 0
84,662 84,662 000000000014fcfd7dfa8864cf3311068f57d8ebbc1abf6d48101e7e45f916c9 0.00 MB 1 0
84,661 84,661 00000000001bbdcc15ac746195f64580d5665ed44772feedb59438ce3621384a 0.00 MB 1 0
84,660 84,660 000000000014eb37b95c24806dab3240fb4d896463f3a76316522c231dd3ae07 0.00 MB 1 0
84,659 84,659 00000000002996b6d165b8b4f67930240474d7aa475b3bb429b5f1f4e85fb0a7 0.00 MB 1 0
84,658 84,658 00000000001bbbcc42646c2d0dae4bc51cd4ac3745675a7204acbe5c3fc1d7d8 0.00 MB 1 0
84,657 84,657 0000000000071ed9e4182b9b561bb725ff74c7a40902cd4faedf631e3daa5b7e 0.00 MB 1 0
84,656 84,656 0000000000011d81623d9b62f37950a6ad928e73dc9498a7f6b8c7ad03aaac61 0.00 MB 2 0
84,655 84,655 0000000000110d207311fc3e8ddf57461e762c91c60e4f4ecbd4dadb408df3e0 0.00 MB 1 0
84,654 84,654 00000000001738fb3b7e9758db6aa20c0593466cc9afb20856511a76e312c824 0.00 MB 1 0
84,653 84,653 00000000000c2659273d5a18b309dd8567c2f5326f4b11c8462bf23c682372fc 0.00 MB 1 0
84,652 84,652 00000000002f9a07d1a6f776ee8c360e16585b98e46e332a47a82e8b99659b6e 0.00 MB 1 0
84,651 84,651 0000000000269f13f63690b3aa9523bf667ddbfba1c49e12e3680b0539c6d76d 0.00 MB 1 0
84,650 84,650 000000000020d5100b2ceb95f7f0c387f9ae2504431c7ef28f64623f48111d7e 0.00 MB 1 0
84,649 84,649 000000000014f685221470d3a4d75be86906ccc58675ad553e8054054119ce6c 0.00 MB 1 0
84,648 84,648 00000000001eac58ae089daaa8fc000308c2f766c2b6a26bc440995b83e17872 0.00 MB 1 0
84,647 84,647 00000000001d47fd4682a702ed41e8aa94b43199963e2b7e79a2f47440abf739 0.00 MB 2 0
84,646 84,646 00000000002c6a0e028dacfd819588d82b1ada6c2256d6696234ab5c612fc4ae 0.00 MB 1 0
84,645 84,645 00000000000034649c5c79ba99741ead803daf160f131ed238467a70c9ec0775 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.60 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,786.05 GB sent, 99.96 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.