Memory Pool Memory Pool Refreshing

29,311 transactions
34.72 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,839 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,084 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,838 (122,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
741,533 741,533 000000000000000000036b973aaad405b63c92d5827631748fe71cb67a5dde7c 0.38 MB 392 6
741,532 741,532 00000000000000000003285aa27e44f7eece4e6acaa594580cc92e9e8fe2cca7 1.29 MB 1,726 14
741,531 741,531 0000000000000000000462ab8448d921628f5de276d98f977905ca27e36ddbd3 0.72 MB 1,287 12
741,530 741,530 000000000000000000039969b2ed08035750968cd4f404bc54d29e9c89b0e88b 0.21 MB 381 11
741,529 741,529 00000000000000000006a74231e47473b656ef326e1e115dff5f8743f5ee163b 1.22 MB 2,001 12
741,528 741,528 00000000000000000005291f9e990beb4df02c9186d062897607f9dae106bbe0 0.17 MB 291 13
741,527 741,527 000000000000000000007c06ffe9b184f784867e14ced512717cd458b7c09cdb 1.21 MB 1,318 16
741,526 741,526 0000000000000000000149c2d0d3cd13cffd24bf84f0818b37e4242614fc3629 1.01 MB 1,464 2
741,525 741,525 00000000000000000002b10656e5406ed8b40d733924a861a6249876e53d0f09 1.33 MB 2,235 12
741,524 741,524 00000000000000000005fbdfca17ae457436d1116bd7672d2ada75e4ce8afc50 1.33 MB 1,601 16
741,523 741,523 00000000000000000002d32b3e0d26e3c7c8c9af2d2462a543cb35f1919d7e33 1.32 MB 1,614 26
741,522 741,522 00000000000000000000315f857b889ca0beaaac04d7352322ce0ece74c88a2f 0.80 MB 1,391 19
741,521 741,521 000000000000000000057bfb84edd92dc65f7464b738bbd68e10de8f8ebd37da 0.86 MB 1,390 15
741,520 741,520 00000000000000000003ac8c61ecec120d0dd8d304ead3bc24df9e5033a8969a 0.74 MB 1,013 12
741,519 741,519 000000000000000000049a7e63039df04b108e4847ef884f3042a1fc3f9505f7 1.16 MB 1,535 11
741,518 741,518 00000000000000000006891876fc17da5670f54c93db104e5045c468b828d8a5 0.08 MB 198 12
741,517 741,517 000000000000000000041ca9f6de0cd115888d28915e05a79098bcaada098d0d 0.63 MB 1,049 13
741,516 741,516 00000000000000000001f11cace1cf3706a584d6325793e616177511f5a5bc8c 0.54 MB 911 14
741,515 741,515 000000000000000000048718881178759e695944492e61770faef4124e7a1d70 1.40 MB 1,869 8
741,514 741,514 000000000000000000055bb431419ede4098adf7ec5fd0987e8bdc5e88aab169 1.32 MB 1,934 17
741,513 741,513 00000000000000000008852681d8bab130c60f86ed6e164584e32be70b64f04b 1.04 MB 661 4
Previous 10 blocks ↓
Total Size: 687.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,523.75 GB sent, 123.58 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.