Memory Pool Memory Pool Refreshing

4,287 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (686,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,977 220,977 000000000000034fb4ce225ef62c941a3199e8df664f9d8c4e8465589894f9e1 0.25 MB 621 257
220,976 220,976 00000000000000ea29678a877ac0624aeeaf4033f361f487b58629587248eab9 0.25 MB 413 168
220,975 220,975 00000000000002734cb2236c881c37cd79c584ddd82d25bbb552c7bb7ed6c9c3 0.25 MB 769 244
220,974 220,974 0000000000000163db5d90eb485f194f5662a0d4deecef0222605294ca5850ea 0.05 MB 128 185
220,973 220,973 00000000000004ae5f4948d5c495d3f587f27d2e332c286b2f56c5606165eba3 0.05 MB 142 621
220,972 220,972 0000000000000052bf70ded21dead6f33e27044a5065ff248d86043cb3e6c7f1 0.25 MB 696 276
220,971 220,971 000000000000007e2aa32743e8859be32aadff75f918a201f82150317d9996bc 0.27 MB 505 148
220,970 220,970 00000000000001bfd1f09d2bab815dc508b43bf30d790b94226c848ae4aeb556 0.25 MB 621 226
220,969 220,969 00000000000002824a99537ca76f7c444a8d34290d2f15eb75ec2b8698f881a4 0.00 MB 11 133
220,968 220,968 0000000000000252255cfd0af8e3795e4b777c64300469e637121e98170df0aa 0.20 MB 402 191
220,967 220,967 00000000000001c9e64b1367236fff8e96d890150b41dc7777f64e82f7ed2766 0.05 MB 50 60
220,966 220,966 00000000000002e8c52162b5b273a9134f5334d4cf74670ef3d67d1c68b3af84 0.24 MB 560 171
220,965 220,965 00000000000004d3d6f586abbaff0fc84d9b566179208d58fe02923b374ff99d 0.24 MB 534 198
220,964 220,964 000000000000001f82fc7eef699b824692b52cf4391b0dc6cd136d351a687a60 0.25 MB 685 244
220,963 220,963 00000000000004862da0ad3fd6a3cf04c9e04b5cb1b2d6907ab2fb244facb2c3 0.29 MB 329 39
220,962 220,962 00000000000002c8b3c2bffd6d7988932be2ff7d3380cdf6f710f3a2325a3dd3 0.11 MB 211 160
220,961 220,961 000000000000015956c69385a939d454105da164e02bdc4172cb630c7c335386 0.01 MB 26 164
220,960 220,960 000000000000035f7eb638f1e3469d676c4c900493b77d078beb14785871b612 0.05 MB 89 113
220,959 220,959 00000000000003a27174520ea4f9d3e7241212f8ba4e8574e8cfec00a47ad2cb 0.18 MB 477 223
220,958 220,958 00000000000000be12ce1301ac99e6bceeb0d88de16696b9c21b055706a1c6db 0.14 MB 243 138
220,957 220,957 00000000000000c1ad238135e4bfda3ba80e6e8ef22452c3b25a4283cc7ef1f1 0.16 MB 397 231
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.