Memory Pool Memory Pool Refreshing

9,670 transactions
3.07 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
901,525 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 3,196 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,524 (744,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,773 156,773 0000000000000306fa2bc1683206ca757e6e66e326d0d99ec3f14ea7d83291cb 0.01 MB 13 61
156,772 156,772 000000000000089132a3edf5eff49048775c7b03133a0777ff7abaa40a1d4707 0.00 MB 13 51
156,771 156,771 000000000000099cddfaad1224536c6306f8c88b835959e4778bece877e3690e 0.03 MB 115 0
156,770 156,770 0000000000000da1dfdff0f5f2867771b4480796fee1f80290252c9bf485c4a5 0.02 MB 30 154
156,769 156,769 000000000000006714d5321b340d6f7e219891c366cab81267e76a2475b87344 0.05 MB 55 24
156,768 156,768 00000000000000611b3415bd466df1756791208a0c6263bfa61c5678e877828d 0.02 MB 11 22
156,767 156,767 0000000000000bad9e803447d1e5d764e9f949a7042cd97440c816a834e914cf 0.03 MB 27 207
156,766 156,766 00000000000008b60bbe1db113660634346dd032eb6564807ca27e18ea697cfa 0.05 MB 97 164
156,765 156,765 00000000000002d6800ed439054d10e21d4c404740e9c4affe26a7be715842ae 0.00 MB 5 0
156,764 156,764 000000000000008c6a000ce6c7b56e26dc5d6fa85cd0fdb05a9a0cc07b6c52d7 0.01 MB 22 58
156,763 156,763 00000000000005e94b8072389b005b8df4c52a61bed732f4e8f12d6266a909ab 0.01 MB 13 625
156,762 156,762 000000000000096dffb28567ee7e73ec025eec434f5efe7e70696d2fd429031b 0.01 MB 24 22
156,761 156,761 000000000000084bec605964329f77551ec0dff6e5b8b66aed9d6d2eaa54c095 0.00 MB 1 0
156,760 156,760 00000000000009b1a9ccb1d8babb7b52275844dc3afcbcc2ecc9a680eea7e6e2 0.00 MB 1 0
156,759 156,759 0000000000000ee0294ab1cd43eb219cae33d9f05490d64a13e2c83d11fb337f 0.00 MB 8 394
156,758 156,758 0000000000000de184cbe563e2cc799494e7d545fbbc3059fb61f5c1468758f9 0.02 MB 62 78
156,757 156,757 0000000000000bcb9f43c2fa993e24761b829cf66ce33e5a5aff2e03afb34cd5 0.00 MB 15 278
156,756 156,756 0000000000000469b8239bfe75f0a768d159e98ea2ec5919d27f5e1a67e32070 0.01 MB 19 9
156,755 156,755 00000000000008e34f6702a075d9fea42f00fe162cf149eb227e194735edca10 0.04 MB 95 125
156,754 156,754 0000000000000b7476a9555fdca07c2becd6f892493097f3d52138484cb134e7 0.02 MB 23 52
156,753 156,753 00000000000000ceeca123e57d81bbe3a7d4ccb1886a16f332a5271313d043e0 0.00 MB 4 55
Previous 10 blocks ↓
Total Size: 758.35 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: 736.43 GB sent, 38.54 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.