Memory Pool Memory Pool Refreshing

6,912 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (406,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
501,529 501,529 00000000000000000005b8af29d7f2d78a8cf6636d94a32d7733352829cef085 1.05 MB 2,168 634
501,528 501,528 00000000000000000051e646840e3541203875839ec9dc83fc539c5795446516 1.12 MB 1,851 367
501,527 501,527 00000000000000000052608801fe6b5299fd7b2b6727659afec450a914787c0e 1.14 MB 2,365 608
501,526 501,526 00000000000000000009155f91a337b9879a7308e71cc363aa83bc8037926855 1.03 MB 2,037 768
501,525 501,525 00000000000000000031ffc4ad0ebbb11c6c0218fd6b8d1ac3f2dc0135b97646 1.04 MB 2,871 751
501,524 501,524 00000000000000000010b6be28d8a99c06bbfe3b7b30614c38d26852b6f1909c 1.02 MB 1,162 345
501,523 501,523 000000000000000000694191f3764d4d68dccc192dbad8586e55cc63c8731ed3 1.04 MB 1,970 435
501,522 501,522 0000000000000000006b3a86a0abefe3fc9455ff463a89cee19bdbe607cb2ab8 1.02 MB 1,442 393
501,521 501,521 0000000000000000003f5520a81f03d01d10eb2585d361d3f9eb7b10e0d00e78 1.02 MB 1,356 389
501,520 501,520 00000000000000000036475b6b411ae7291b27ca53d9c4e32d639b5ec3b4fb0c 1.06 MB 1,977 320
501,519 501,519 0000000000000000009226ec65e0500a0679a764ec8fd859cbc4de1dea8a0cdb 1.03 MB 2,859 760
501,518 501,518 00000000000000000006834fe11f60961180723fdf51f8fca7694a3a62453c71 1.00 MB 533 108
501,517 501,517 00000000000000000018554cca241388517970449d8c045a7ba3bf78dca350f3 1.03 MB 1,859 427
501,516 501,516 00000000000000000017c687bcf756e5e363ae7af20e86981e57a3a7538bf118 1.05 MB 2,741 726
501,515 501,515 00000000000000000079ecf3ba985ba5f769441511ca612ee9e289c424b790c1 1.00 MB 281 119
501,514 501,514 0000000000000000006a5efe4a18b81bbabdd19f3633a5d4f06159fd6c7b69b2 1.01 MB 1,493 256
501,513 501,513 0000000000000000006535e81db21a74bdcb5701785c317101209a971805eb6e 1.03 MB 1,630 159
501,512 501,512 0000000000000000002a1add01435852662d7b0ecb77e517f065b650124a2806 1.03 MB 1,759 261
501,511 501,511 0000000000000000004560f84d346953988e432c6c9b8079ea2351de9d099b68 1.07 MB 2,749 588
501,510 501,510 0000000000000000003418f0978227101d0307bb3b3847bc906fb27790ceec9b 1.04 MB 2,449 760
501,509 501,509 0000000000000000006c5532f4fd9ee03e07f94df165c556b89c495e97680147 1.06 MB 1,378 424
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.