Memory Pool Memory Pool Refreshing

17,570 transactions
36.30 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,129 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,763 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,128 (70,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
791,981 791,981 00000000000000000001e7fde5eb419a0265244a4fdb1262633418d70be1aac3 1.91 MB 2,965 49
791,980 791,980 00000000000000000003eac866e028c539d7a355a46482d1cfffd2cc8a861877 1.94 MB 3,323 54
791,979 791,979 00000000000000000001310bfbba0752104852951d233fdae971e9003a1700b6 1.74 MB 3,919 52
791,978 791,978 00000000000000000000ff2487eb122bb86fb7633097a97ee64803c43c2c8793 1.76 MB 4,429 54
791,977 791,977 00000000000000000004cf3071402e234bae5a330a195c0b8b6030af1d1ae800 1.72 MB 3,444 71
791,976 791,976 00000000000000000003a733a929660aba8f562862faf045824ed2df2f33a7e4 1.72 MB 3,605 80
791,975 791,975 000000000000000000045a92d16b51c855be2507ea8066ab21b8e6d6949ff4f6 1.80 MB 3,887 98
791,974 791,974 00000000000000000004fb763b82a0184eb08c58ed6933a6bf8bd7a49deaf329 1.85 MB 3,769 55
791,973 791,973 000000000000000000031dc18f8b03c5070413d63c3316d9d3de6aa95b69488b 1.64 MB 3,296 49
791,972 791,972 000000000000000000032c225a33bf9468bd9cfcb6597cc2abe3b83eb3302b60 1.54 MB 3,272 43
791,971 791,971 00000000000000000001957d071e6b3227c7fcab5d4f38fe9528b3fbc04b4c8e 1.89 MB 3,292 45
791,970 791,970 00000000000000000001cd399ac39f55e81d66abb0372233cd198b9c9539ca15 2.22 MB 3,531 45
791,969 791,969 00000000000000000001cd0a4a8a474326193c91e4962501d9ec246f36856ea4 1.77 MB 3,499 52
791,968 791,968 00000000000000000000b5d371cf9b38b204c1aeb674c872de6bd4de896ad7c1 1.53 MB 3,008 53
791,967 791,967 00000000000000000004d355dff53335c41bd817a2f6082512d3c79cf3ecb145 1.65 MB 3,019 62
791,966 791,966 000000000000000000056028a9871e38e2a019e0627e93a6c2c146989c3c8312 1.54 MB 2,859 54
791,965 791,965 0000000000000000000557b4e9d13dc11b63e369de80afed767a7cba11ea4572 2.02 MB 1,856 84
791,964 791,964 000000000000000000003d451c3b6513663974a238af438210b5894fd4f26194 1.71 MB 3,240 64
791,963 791,963 00000000000000000004f46ffc422305d899c8397298ab8a834a05cfdc9bd04b 1.87 MB 3,434 60
791,962 791,962 00000000000000000000345ea9368f01eb1472d08247f4e6dc52e38952062c58 1.82 MB 2,688 76
791,961 791,961 00000000000000000000665456a0a685ab189d0c5a785bf6e4428095b17e7d6d 1.96 MB 1,873 108
Previous 10 blocks ↓
Total Size: 684.41 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,339.11 GB sent, 101.00 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.