Memory Pool Memory Pool Refreshing

2,486 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
908,298 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,225 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,297 (825,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,215 83,215 00000000001faaa02078629fa963bf0613b699304bfa161280081b139dac3131 0.00 MB 6 0
83,214 83,214 000000000030d4bcf0b200af5133645277b94b22f674eba0daf4204ccbdf6426 0.00 MB 1 0
83,213 83,213 0000000000154e61e76ea676bbdf88dc01dc15115cf2c28036266ef8790039ec 0.00 MB 5 0
83,212 83,212 00000000002ded63fb89ef78fb981ecf80810ec4c9742659e82537b0894ea0ec 0.01 MB 19 0
83,211 83,211 000000000002acf3ecf92f3c3ed48ce2f0c1b26340fa748bcd857457b5558619 0.00 MB 2 0
83,210 83,210 00000000002904a8a63f48a7f496d7524e8e761dc960cc04b481c5d179cdf9e7 0.00 MB 2 0
83,209 83,209 000000000000e695a92c90c4852fad73988b6342976df2f982a6d354d6ac558e 0.00 MB 6 0
83,208 83,208 000000000017819a51b5ecd73219c5ad7db8498210b4869f3c5132f46e6481c9 0.00 MB 2 0
83,207 83,207 00000000000e5e5bf653912e11e1d9617018f06336f9db17ca6e4dcf101c584e 0.00 MB 1 0
83,206 83,206 000000000015f81327a892b9d8d9cd4d0bb70dc8fd61136c356fdb7737df53dc 0.00 MB 4 0
83,205 83,205 0000000000156ada20258b0f085b5a602da3045f07855e885ff8744bb4c62669 0.00 MB 3 0
83,204 83,204 0000000000080dc3074563a2212269296c8f73f8e72d4f6467a5a8bb1f1b4497 0.00 MB 3 0
83,203 83,203 00000000001c330bc9a16c241595b3dd16dafb78da7e75067c2d776fd4de4a6f 0.00 MB 4 0
83,202 83,202 00000000001016fa9a3d328c759456029c79b6c3af146810302d1269a0371b12 0.00 MB 9 0
83,201 83,201 000000000008325894955ffced38ed67aa540e3d647ab2532a27042366f8712c 0.01 MB 2 0
83,200 83,200 00000000000f83653cf83828809664ccfa6299d1b3170398e0bd6f3784883f9b 0.00 MB 3 0
83,199 83,199 0000000000146b7f5828165a80e79d73f0daedbf5d7dd2ea866264d0f0ca7a22 0.00 MB 3 0
83,198 83,198 00000000002d011c34ac90e7a3736933c324ba4bb2c890560ec944af486d917b 0.00 MB 1 0
83,197 83,197 0000000000007c6cf6c8c46e2c9559ef1ff604f5ab1c5b8650fde14f3e3f664d 0.00 MB 2 0
83,196 83,196 00000000002cc7b13bd5e0967a54d872c137c19cda6e9293121fe695d6b01cd0 0.00 MB 8 0
83,195 83,195 000000000011096d6750ee57d2244fa24c200c0564e76bba07efae793540743c 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 770.17 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,692.59 GB sent, 98.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.