Memory Pool Memory Pool Refreshing

5,653 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,086 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (7,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,613 900,613 00000000000000000000a19192d2b45942b04110487f37f60aa02697e2c6e09d 1.26 MB 1,443 2
900,612 900,612 00000000000000000001ddce6d669ef5146207149f3c3892d72e2487e2bfe08c 1.34 MB 2,087 3
900,611 900,611 00000000000000000000d1436fc26bcfe2fcc02650fb46bd27b522b77eee4161 1.56 MB 3,774 14
900,610 900,610 0000000000000000000202d5bee8c8c99a0f76a25a8c71a1d8b41fab93223cf0 1.43 MB 2,356 3
900,609 900,609 00000000000000000001815a347350ea207d0aa0611253cf9378b081f18e34e6 1.57 MB 3,032 4
900,608 900,608 00000000000000000000f5885e9f2e35b93689057379f284730a39c02f2ebba2 1.28 MB 1,250 2
900,607 900,607 00000000000000000001add39b8600c1b1b82711d5a6a1a014ee6ad199da0d69 1.28 MB 1,480 2
900,606 900,606 000000000000000000012d617d7fced99516794d23175bde0eaac9c306887078 1.56 MB 4,501 4
900,605 900,605 0000000000000000000217a652f9ea895b91ad4c298af4f8b0051135cfb3d048 1.40 MB 1,676 2
900,604 900,604 0000000000000000000075d44d25c660b3a570bbd68148ed721cd41a32d86b23 1.58 MB 4,226 4
900,603 900,603 000000000000000000000649b111d87d76473f278e421a8082ad16dee2298b4b 1.61 MB 3,755 5
900,602 900,602 000000000000000000003a8951fe0589806b3d619be7516bf87023ca9d7b332e 1.61 MB 3,886 3
900,601 900,601 00000000000000000000b6453acad13445df76f7652525976ee6d80df6afa695 1.55 MB 4,186 7
900,600 900,600 00000000000000000000a52d9a5cebc4fe9dc1a85a4d8f727f07c0363fe43643 1.68 MB 3,508 5
900,599 900,599 0000000000000000000182453c61a5454ee5082dd521d28c55ee3673973340e0 1.66 MB 4,998 1
900,598 900,598 00000000000000000001aff1fa58a3e08e1885cfc4a963de2a3590f173a188f9 1.44 MB 3,563 1
900,597 900,597 00000000000000000001fe7ff2624fed2d61640200ca41ad0058bad59ba12900 1.57 MB 3,404 3
900,596 900,596 00000000000000000000d3dea3b128453b515dae8178105cd584002196cab2d2 1.73 MB 3,116 1
900,595 900,595 000000000000000000002ccf0e207b801efc17a2f311b118573525f2d44a0344 1.50 MB 3,454 4
900,594 900,594 000000000000000000007066cbce0c18a432cb6a2f9250776972881ab031f626 1.77 MB 2,287 1
900,593 900,593 0000000000000000000130b42ae2e446be76272bd67ec22355875738634fb11f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.06 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.