Memory Pool Memory Pool Refreshing

83 transactions
0.02 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.01 vMB 32 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (112,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,466 795,466 0000000000000000000129fd5a6a0d3412026f092d1c874b7d78bd0edc9240aa 1.28 MB 1,727 23
795,465 795,465 000000000000000000018e2d425ea2b5f9f35580b0b7ac65c3c0f2b82070fcc4 1.81 MB 2,319 28
795,464 795,464 0000000000000000000476fa27573b247f9c5658ba27b93f07364a0ade8f3788 1.71 MB 3,332 29
795,463 795,463 0000000000000000000150104ccf6bc0a4d63a74e547bfbaf27f8031695b1eee 1.61 MB 2,321 30
795,462 795,462 00000000000000000003151b0691be86101b15a95e02ba9030814833a97e4bdb 1.50 MB 2,642 39
795,461 795,461 0000000000000000000323bb00aa9186763902fa8b721821c468e00c5c7eb18a 1.47 MB 2,564 47
795,460 795,460 0000000000000000000362ce59477580f8d3198431158c6961548db6e56eb128 1.56 MB 3,356 52
795,459 795,459 000000000000000000005370e458c7f4182df12637ff225ddaae723802fb2f2d 2.01 MB 3,702 25
795,458 795,458 000000000000000000019ec2ab457756c2f4fdd119d6c14d971bca5f9f68b267 1.77 MB 3,400 26
795,457 795,457 0000000000000000000094333639acc8f6e8cf62053b5c8256ee355ade917d4a 1.87 MB 1,946 15
795,456 795,456 000000000000000000008c03b78e2f1f5f59180a4e58ab1d9f02fde6535b5350 1.87 MB 3,937 22
795,455 795,455 00000000000000000004f6504d3f55969ebd0babc759366522531d1af1412b5b 1.84 MB 2,524 22
795,454 795,454 0000000000000000000025242697dd5c2b6e0ac317cfead28253e66e1fcc15de 1.91 MB 2,760 25
795,453 795,453 000000000000000000054955d0b97fea4e3e632492075bb8c0dbb37aad0c97ac 1.81 MB 3,519 25
795,452 795,452 00000000000000000001c4db8125563859cb26e187ed98f1229b2682d4dea2f5 1.58 MB 3,565 36
795,451 795,451 00000000000000000004e5419957975d808362034b6476d92493141cae059381 1.52 MB 3,308 43
795,450 795,450 00000000000000000004043c6ed85d3f011069507ed320f9e74454aa9fce9de7 1.61 MB 3,269 33
795,449 795,449 000000000000000000015bca4652f0e201a965b6a4a497c9e38a106e9a4d3319 1.27 MB 1,926 56
795,448 795,448 00000000000000000001151c8a743c21e019db63a1458607d2d718b1e09d3037 1.68 MB 3,536 28
795,447 795,447 000000000000000000015d78bdc1553a47531e05e3e5d71d51c4c1d212a5dd76 1.43 MB 1,958 19
795,446 795,446 000000000000000000019b806554e3b3a6dda5511aef9da4ad4f67b314dfa84d 1.83 MB 1,346 24
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.48 GB sent, 94.30 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.