Memory Pool Memory Pool Refreshing

2,874 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.78 vMB 2,868 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (4,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,138 903,138 00000000000000000000704a7e09098bab8f147ecdfc5343c8dc4113ae1b7ffe 1.91 MB 1,649 1
903,137 903,137 00000000000000000001e6dd5f3e2857547ea07b8b29afed0869ee4a05322cf3 1.94 MB 1,615 1
903,136 903,136 00000000000000000001b6dd4b800d40529ea77d0b034c1ce37ae08c5fe6c772 1.86 MB 1,752 2
903,135 903,135 000000000000000000014011653f3bba21888feb3f3fb253cdf2c1f7e92bb356 1.62 MB 1,602 2
903,134 903,134 000000000000000000002ea1542b91017eb8199935574223c0ea71a0ff7aecac 1.71 MB 1,367 1
903,133 903,133 00000000000000000000d6ffc7fa3da49a74b7639f46d01f9b291552a988c156 2.04 MB 757 1
903,132 903,132 0000000000000000000156e98cfe9a2b3d1c987561a9b3b2fef18065bb019176 1.58 MB 2,404 3
903,131 903,131 00000000000000000001abc0608d3ff61219f9f212680fc07bcd994b24eab12f 2.06 MB 1,590 1
903,130 903,130 00000000000000000000cde362cac4b300415ee36a18dfa3352489537ddaf994 1.63 MB 2,499 3
903,129 903,129 000000000000000000000ae78e62d0ec18d418f4a9f124c4979175530a2ffa22 1.79 MB 1,839 2
903,128 903,128 000000000000000000019bc0c14f320e04fdd1b5d99fe2b5ff2b2e94876dc6a6 1.66 MB 3,307 4
903,127 903,127 0000000000000000000169b74466655a03eaeb0a4a25f5dae3c21514e2e4224e 1.68 MB 4,400 9
903,126 903,126 00000000000000000000e2aaa3a8c0285f5c281c17c48200add6673992914695 1.61 MB 3,781 5
903,125 903,125 00000000000000000002200f90f29879115476dc88460127b390beb6fad578f1 1.80 MB 2,517 2
903,124 903,124 00000000000000000000260a89c3f2cdf60e34e8ff54067bc18e9301d22320a1 1.99 MB 2,310 2
903,123 903,123 000000000000000000012c9cc63b1b08dc9a4a664a24dace1da37465e5dd9a90 1.52 MB 3,359 3
903,122 903,122 000000000000000000017e19189c525f1f073105acc173022cf73b1f782913e4 1.49 MB 3,493 5
903,121 903,121 00000000000000000001f461841ae3149816395bb5a66ced96c07ee6fe006293 1.73 MB 2,680 3
903,120 903,120 000000000000000000012794498ba6461c75d241cb99d2c95641687907e1519d 1.84 MB 3,325 3
903,119 903,119 000000000000000000004cf7ce4a36815a7b52012f3e48640fa6ec522c7537ac 1.60 MB 4,071 5
903,118 903,118 00000000000000000000fb5cddab7029ea94345d6ddf44ee5eae34740a49a10e 1.57 MB 4,139 4
Previous 10 blocks ↓
Total Size: 769.15 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,632.64 GB sent, 93.64 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.