Memory Pool Memory Pool Refreshing

3,571 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (743,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,852 163,852 0000000000000810f83d87952f1b3ec49dea5b3fcfae75956a7f39bba678cc15 0.02 MB 48 279
163,851 163,851 00000000000006ede88bc6b82ede112f02ddd5b23d39ec24f8a0154b1a76f746 0.03 MB 50 24
163,850 163,850 00000000000008d12c26896412cc1c2e7dbefc8b14ee9042a5a187e51b1e6bd3 0.04 MB 93 185
163,849 163,849 00000000000008b47e8daf64b5e70d1d62aa995a99ca036c34f69c0a2ad5823c 0.02 MB 86 2
163,848 163,848 0000000000000c74e8133130f5f2a2d752d0b9bf431994b089b2cadaa8a5bb94 0.05 MB 124 160
163,847 163,847 00000000000007ae0d7c81fe1682cdb18b2708393d8082f1b55f40ea4aaaa62a 0.01 MB 13 45
163,846 163,846 00000000000007317bc95dd286f4411b4cc94af7f9e265d8f169c67887dd0e5b 0.01 MB 17 99
163,845 163,845 000000000000000cea1a54f7b15889ad212957c88f359bfd2019065a66b29c03 0.03 MB 76 397
163,844 163,844 0000000000000ca6dd84dc9c6c328809e923d7c710b947815dad264e9a7030da 0.05 MB 130 12
163,843 163,843 00000000000006e3e75093e95219ca5ee3537126985652a36fe31fa48ad52517 0.00 MB 1 0
163,842 163,842 000000000000067966f20bf9e696ea6adec14b81c358320792112b462e75fc12 0.06 MB 141 103
163,841 163,841 0000000000000ad2456f1fb483b5b02a0592ab462adde350bf74e2c9136478ad 0.01 MB 17 456
163,840 163,840 00000000000000f86832125142bd386a19165ab0bacfc81e6fc6b265385c18d9 0.04 MB 140 16
163,839 163,839 0000000000000004302fc49e7d2475ad5c4fb4647afdca03b7632fd43fa164a6 0.05 MB 100 62
163,838 163,838 0000000000000008dc0354abae2a0e888b8e75aaa71bdad1c5d9e88273f4c233 0.03 MB 45 166
163,837 163,837 00000000000003ab5685ef8e034d1907367b165dc48ceb131658bf869e015abd 0.02 MB 63 118
163,836 163,836 00000000000002c20da97b40dc67c34d0395a627bfd2ed1b2a83bdb10c2bcae9 0.02 MB 38 109
163,835 163,835 00000000000005f93cd76e66acc98757e34c1be94934e67e1e412845134abb04 0.02 MB 41 201
163,834 163,834 00000000000005209615a7bc9ab1e55663d1685f0c37c5967630738b2531594c 0.03 MB 103 153
163,833 163,833 000000000000034e96a155ea1d600be4a882eff97bbbf19ec23171f1c6cdbe85 0.05 MB 132 125
163,832 163,832 0000000000000a2504c147ba7c37e5730716a090f316b6941af65211009bfa41 0.05 MB 99 102
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.