Memory Pool Memory Pool Refreshing

10,369 transactions
3.14 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,864 (792,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,093 115,093 0000000000008651bf5d4f28b4b45ef94746fd4474538fdf51393c553098a0ac 0.01 MB 28 2,575
115,092 115,092 00000000000014cf92974a9099590a03fc2b093e77d7716c6a1d01881c596d73 0.00 MB 10 0
115,091 115,091 00000000000021a834fd780dbd25e43ab565b4e57a1f7df0435ac88ef982a737 0.00 MB 7 0
115,090 115,090 00000000000016b4d41f98b5a5bfdba07df2ad102b0c8c8947e535c8ff2c6464 0.00 MB 16 1,423
115,089 115,089 000000000000cf31ecd46f47bd4de0b055e1e7de5cb5292470600bf31cfec355 0.01 MB 15 635
115,088 115,088 000000000000a9e7ac72ae65302e1e7b3a1342afaa88d343ea27a7db8953eacb 0.01 MB 19 1,346
115,087 115,087 000000000000a53396eb4314f8ceec20c1430270dc239c1a2819e7357c8cf78a 0.00 MB 10 234
115,086 115,086 0000000000009040a03fc3b2dd965af35bd84d760c843a33323f11368f4cd7ca 0.05 MB 132 60
115,085 115,085 000000000000c5ae64da3d31c227a5408c598eead0e613859f21bb71d6c86e74 0.00 MB 18 1,826
115,084 115,084 000000000000568628b70d7a6eacbd8043b16682de787ab53b75baedffc66c71 0.00 MB 9 0
115,083 115,083 0000000000006617fadcc7416aae41ae4dcc65187c4d13422a9dfd037b6478ed 0.00 MB 11 348
115,082 115,082 000000000000732f932613fb2b482ee4bbe2f13171af4c3089e55ec9c3358f6a 0.00 MB 11 0
115,081 115,081 0000000000000888f6f2414af0256cb4bf810e438004d0cfc063b5c888e13675 0.02 MB 28 1,260
115,080 115,080 000000000000b455044f6668e29361c73fbb0d064ac2c6fcb2923eaa4d39cc91 0.01 MB 22 2,163
115,079 115,079 0000000000008c642060bbaa9d454b488329484fb876cb205fd7dd8a84ab524f 0.00 MB 7 323
115,078 115,078 000000000000244c8d664f7456c8602ec5cbf8618680cff03d85ce863f35a005 0.00 MB 11 324
115,077 115,077 000000000000dd0b75d3508369e5943e2a1e149fc4693371d9404e93e88d54ca 0.00 MB 9 0
115,076 115,076 000000000000003dc1ce16972120a0573e30d7e67a1ef17a3ae084b1c588a0e5 0.00 MB 10 0
115,075 115,075 0000000000006db14ff7e41d5b0a2ad5cc1c02b322e60495793aac8e71fad501 0.01 MB 18 858
115,074 115,074 0000000000009b036bba2ebbbf9c6d9816af4e63144dc458fc4f7d5cc3d1786f 0.01 MB 18 869
115,073 115,073 000000000000e73205e92691efbb31251fb2a491a091b9ca7851aa5640002e5a 0.01 MB 13 114
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.