Memory Pool Memory Pool Refreshing

35,336 transactions
19.88 vMB
Show Random Selection Loading Transactions
Max Size: 110/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,009 000000000000000000030ecd0000000000000000000000000000000000000000 ago 1.00 vMB 5,832 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,008 (290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
865,718 865,718 00000000000000000000f55869373bb20111e179631dbab6c0b64b39b74d28ed 1.64 MB 5,473 12
865,717 865,717 000000000000000000012d335b1dcb1c27eb4af62fc752d5bb218a41980ab0f7 1.65 MB 5,386 13
865,716 865,716 000000000000000000018d8c4210824b66e1005b88e1e93eb5f0eb37acab8abf 1.65 MB 5,125 15
865,715 865,715 00000000000000000000207180fc4858ee0d67fedae1ec0602aed2901728edba 1.82 MB 2,074 17
865,714 865,714 000000000000000000000a90f3b08ac7b06a4e220b3a39859533bae0c42c3ca0 1.92 MB 2,246 17
865,713 865,713 000000000000000000001174c2e2102b42a51358400e09694b7f45b1aad06e5c 1.78 MB 4,074 16
865,712 865,712 0000000000000000000193a7462cc6f012837670c2fd0cbb94ad2a38d478dfbf 1.61 MB 5,269 18
865,711 865,711 00000000000000000001a13f792365e20cb605adf6657bfc1a5537128412c02c 1.54 MB 5,310 27
865,710 865,710 000000000000000000024b7bf1b16f9356c2db8641c3a2504a14f3c2f1618a57 1.51 MB 6,506 31
865,709 865,709 0000000000000000000257edff50e4e18f447bbdf71637ae5d7976e719ea5f45 1.45 MB 6,856 34
865,708 865,708 00000000000000000002904114c51b2be25903ef20977e1aec175e796fde2d60 2.08 MB 3,688 7
865,707 865,707 00000000000000000001092af297b46a1955c247112cddc42a014722fdc1da9f 2.26 MB 2,997 7
865,706 865,706 000000000000000000030cde5d6b93a60516c0a9dafb8c224481e0d032fdedd1 1.65 MB 3,913 6
865,705 865,705 0000000000000000000016bae7ce441eec9de2d67c136677c6a43027aa10915f 1.84 MB 2,873 9
865,704 865,704 000000000000000000010829ded5013996b56254aeae09f4edeb2b1f2259bb7c 1.79 MB 2,776 13
865,703 865,703 00000000000000000001ec26a1092b54d355cbb142c8b902f4ce0dafe1876b00 1.61 MB 3,735 11
865,702 865,702 000000000000000000028836b3a5410937346879e2f787e13ff9f32794e31df0 1.59 MB 5,011 8
865,701 865,701 000000000000000000024199e2384c6d032fd0a8ff2201299a262b4d4935b45b 1.64 MB 2,319 5
865,700 865,700 00000000000000000002a82a6dee77c45ecd5a072a6ad9fe31d818ff62f0d16b 1.64 MB 3,847 9
865,699 865,699 00000000000000000000e7a78ccc708a62c6e04e8a4b5ef3bf4abd7a4c1b5b10 1.64 MB 4,652 9
865,698 865,698 000000000000000000012bc4e973e18e17b9980ba5b6fe545a5f05e0e222828c 1.61 MB 4,218 11
Previous 10 blocks ↓
Total Size: 691.76 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,804.62 GB sent, 155.89 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.