Memory Pool Memory Pool Refreshing

47,826 transactions
31.39 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,103 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,606 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,102 (229,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
633,532 633,532 00000000000000000008074ad8f1016ae6bac153414afc7c8192b4d271569a57 0.50 MB 986 22
633,531 633,531 000000000000000000055397385ccf4f3a103ce2cacddf1b967763db5b6e9baf 0.59 MB 1,169 21
633,530 633,530 00000000000000000006c35f36e18949643fc8a701c7e2b1496b6d9915617b8b 1.18 MB 2,137 19
633,529 633,529 000000000000000000036fc87e76277b9361c6fe8f109708cda557b8eff7a85b 0.99 MB 1,866 21
633,528 633,528 0000000000000000000d555e7a5ef03e5ab120fcfb7741bd7e731ea6bd255831 0.40 MB 562 15
633,527 633,527 0000000000000000000d8fbf8cfbb5a5737391a3822739e91490a655f6aa9ee3 0.64 MB 999 16
633,526 633,526 00000000000000000000e9d7dd309e5a591bfb15fabf12ea6158df4965976763 1.25 MB 2,024 14
633,525 633,525 0000000000000000000a425044acd8967d1b3617ffb9ca4bf534ea4920f6816f 1.32 MB 2,538 16
633,524 633,524 00000000000000000008bac6a9e23da96f07e331b2df0957afcbcdf8dde42e5a 1.25 MB 2,106 36
633,523 633,523 0000000000000000000a935a943ac3446d9f4e394ddecf84e1423c5ac0f45aad 1.25 MB 2,441 28
633,522 633,522 0000000000000000000fc4ae56f0f6c7a071c65db5c191affa17b7858f32dc2b 0.11 MB 205 22
633,521 633,521 00000000000000000012d1c692524d7bcf76ec9f6266e136262c1d472b9cfb8b 0.13 MB 348 28
633,520 633,520 00000000000000000009f8f896afd72fca600d3966a16f97acda964523a32946 1.16 MB 2,448 22
633,519 633,519 0000000000000000000447de7800704cef95df6ed7a2eccf26e74d0cf40a2ac5 1.02 MB 1,880 17
633,518 633,518 0000000000000000000f016bd0b533a683a804bdcbe8a3ecd28a3137479949b1 1.02 MB 1,963 20
633,517 633,517 00000000000000000008e606f7aeed2f84506e9e51d4b95a26764d578826c477 1.08 MB 2,220 11
633,516 633,516 000000000000000000034ebe8380123936d63eebe4050f0829f9da54dba2924f 1.24 MB 2,838 31
633,515 633,515 000000000000000000047154bb39d2ee8fc90e30d92689e40a175ca3834e71e9 0.50 MB 1,060 21
633,514 633,514 00000000000000000000617aba7abeffab4f0463987bf7f225231517849920aa 0.41 MB 713 15
633,513 633,513 000000000000000000067ad5cafae61751d47e20873438faf41805a49cccaa26 1.00 MB 1,815 25
633,512 633,512 000000000000000000103dcc82b6452770fa2ee078b5e3426a4162ba018f0393 0.68 MB 1,471 21
Previous 10 blocks ↓
Total Size: 686.29 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,432.23 GB sent, 114.01 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.