Memory Pool Memory Pool Refreshing

397 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,985 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 368 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,984 (826,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,338 81,338 00000000003f77d8af726deee15578eaf57ef18f97265c8ac822f83dfa031c24 0.00 MB 7 0
81,337 81,337 000000000046387e302022117dcc69edb36d0e8a6c005fe2b74842fb701813d3 0.00 MB 4 0
81,336 81,336 0000000000460e0b300c4dfa0e6cb3aca56054814bab9913903ce37623ed5c65 0.00 MB 2 0
81,335 81,335 000000000044f40c6b3caf6dca258bd4f7c0e7df75c061dd4e0e753b594d5378 0.01 MB 9 0
81,334 81,334 000000000008528884eda75e43ac56f262e05c83af39f5846c1a05730b2b2421 0.00 MB 7 0
81,333 81,333 000000000015b08aeac1910dce18d49b53bbf360d3df854f24698588fa30fd4f 0.00 MB 16 0
81,332 81,332 00000000004340ed80ac8d6f4d9169657f4c725f1bf711aa0df40fbf9a296d63 0.00 MB 2 0
81,331 81,331 00000000000c10b5f2ff9a9cdf0ee88639a9846da60ec50ec75d2ba7ec175157 0.00 MB 5 0
81,330 81,330 000000000024ec1c9027754f39ad61a2b77238a733c423c52e61fd7d93544ee6 0.00 MB 3 0
81,329 81,329 000000000006e9ebbab414acaa815f2011a1e8e2fa1ee05e7195e96a0243f920 0.00 MB 5 0
81,328 81,328 000000000015ea0ee5f2d898f5e11cc48334499ae91b8956af13d1958d9526d8 0.00 MB 7 0
81,327 81,327 000000000022236726059bdcd354be05bbbb1a0d0fd6e7c844d37fc2180630ef 0.00 MB 3 0
81,326 81,326 00000000002376ad97b7fab045de66f992d3093c2c2d13b99cfb658b4c8fc471 0.00 MB 4 0
81,325 81,325 00000000003abfb4c679f67fe1da8891b388857beab2655bfb9587bcf9c90a7e 0.00 MB 5 0
81,324 81,324 00000000002cd2c72d936914b72877b2e50e5a2be5a9849fd2ed15711e328d97 0.00 MB 4 0
81,323 81,323 0000000000389342d3ab3c544275a8875f0504ef93fd0d496172f0d7e317df1c 0.00 MB 4 0
81,322 81,322 000000000001ca09d1d8978071b9faca388eec4f47281040bc01ae5e2f7ea693 0.00 MB 5 0
81,321 81,321 000000000008f397ff38518a51487bb0d2751e1e234985830a139d6e05c87418 0.00 MB 2 0
81,320 81,320 000000000012b61dc917693b6d874ddb87e32a1614a1e35f5d34ba35fd72b510 0.00 MB 2 0
81,319 81,319 0000000000385c88e7a93345260a248ee25a7729905fccd36f02704846eb69dd 0.00 MB 5 0
81,318 81,318 00000000000933936571ea1f4fa4dc24255ac26fb16fcd3ea66619ddb8e3f64b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.52 GB

Node Information

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