Memory Pool Memory Pool Refreshing

768 transactions
18.12 vMB
Show Random Selection Loading Transactions
Max Size: 73/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,306 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 564 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,305 (874,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,065 34,065 00000000ab03aa86cd2cd8558a9cacaf95aa3580f99c4ebe2ec605576efa4b94 0.00 MB 1 0
34,064 34,064 00000000a7e8123a52a5c772ad925986a46c8ee12449929014b5cc9513d45d24 0.00 MB 1 0
34,063 34,063 00000000b5dfb2f32342ecef277312782ebca568ea88a443fee57ee02791c077 0.00 MB 1 0
34,062 34,062 00000000110316ef008ab8c6c05ba02974bd5c4fa05f8429df2533bd5233af87 0.00 MB 1 0
34,061 34,061 000000001d56ae6dad0f9479c3fcb5e9e77c5ce051a50d3b2e1c59edf7b0653b 0.00 MB 1 0
34,060 34,060 000000002f8b1109334f387a90a925924d4f39c2f45372f8b573cb9790a2d657 0.00 MB 1 0
34,059 34,059 00000000cbaa7ab862507936ec844187ba12a263471b9143fdc1b3f28ce07c21 0.00 MB 1 0
34,058 34,058 0000000081fd2aade0faff1d5adc0f54a1b35467ee5ccbb16f33d1d910f817c0 0.00 MB 1 0
34,057 34,057 000000008d78a1197c642a071c917215b32066ea509c958acaa33e3840523f96 0.00 MB 1 0
34,056 34,056 000000001c272924cede011c092333a56c3e32b820c7dcee900cb3a5038a33ab 0.00 MB 1 0
34,055 34,055 00000000b74822d86c3d53cde682e0a24c89ec7c4c5b1e3758d82bae4b789ed6 0.00 MB 1 0
34,054 34,054 000000004287c53e6fe394965604f69c0ee6d329f8c2b3171b86d5ad7b55a1a1 0.00 MB 1 0
34,053 34,053 00000000b7f8327f8d9f712e2a4ad4c4d75f2ccb781b289bac42409fb79fdeea 0.00 MB 1 0
34,052 34,052 00000000b0363badc175d955acfa0782bec75ee42f3aa56d06f9eca8be3aab41 0.00 MB 1 0
34,051 34,051 0000000086928b63ee6df74fff9e7e23d1d806fd50ea4d35f3ea0b46ca20ebaf 0.00 MB 1 0
34,050 34,050 000000003aec61b5848dd3cefa4cf5ed9429f0a310d88b9a49c0dd54f0821706 0.00 MB 1 0
34,049 34,049 00000000cc38c52079668ed8ce5d59fed5a4dcd7a96db82cec0afe23079fc26c 0.00 MB 1 0
34,048 34,048 00000000b5b8e806def335022b8e18093798bbcc4f95f8a1e4dce9173ae64347 0.00 MB 1 0
34,047 34,047 00000000c7f870627e82a623a000eeefd718b8d6c2441d05e2ee9e1bfe4766db 0.00 MB 1 0
34,046 34,046 000000005bec3824d9d12b92f90c077485fe4eee01f0ac0c34928c4829d4194c 0.00 MB 1 0
34,045 34,045 000000005d4dcf26ad1a923fcd70ff4e2b286088ae11ae63e66658a393d8d2e2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.91 GB sent, 98.52 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.